-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable concatenation of flows #102
Comments
cboehme
pushed a commit
to cboehme/metafacture-core
that referenced
this issue
Jul 25, 2017
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
To a `Path` class that in the end should become something like https://metacpan.org/pod/Catmandu::Path::simple
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
Causes minor behavior changes (see new @MetafixToDo annotations) Contains comments sketching possible ways to consolidate, basically on two levels: 1) implement transform/insert/remove in terms of find (find does all path traversal, then the result is changed / deleted) 2) move hash / array methods for each operation into hash / array Short-term next step I'd look into: remove / unify InsertMode usage (hence the somewhat odd null / default InsertMode in `insertInto`)
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
Add integration test for replace with last Wildcard (#102)
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@NAME
is used as a place holder. This allows for joining of several flows. The pattern can be used to implement an equivalent of an SQL join.The text was updated successfully, but these errors were encountered: