This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Consolidate path traversal. #102
Comments
In addition to keeping our internal code consistent, we should probably also adopt a model similar to Catmandu's with designated Currently, we can't properly deal with wildcards when inserting/transforming values (see also #92 and #100). This needs to be fixed somehow, quite possibly by introducing an abstract path traversal model. |
Closed
fsteeg
added a commit
that referenced
this issue
Feb 1, 2022
fsteeg
added a commit
that referenced
this issue
Feb 1, 2022
Co-authored-by: Jens Wille <[email protected]>
fsteeg
added a commit
that referenced
this issue
Feb 1, 2022
To a `Path` class that in the end should become something like https://metacpan.org/pod/Catmandu::Path::simple
fsteeg
added a commit
that referenced
this issue
Feb 1, 2022
fsteeg
added a commit
that referenced
this issue
Feb 3, 2022
To a `Path` class that in the end should become something like https://metacpan.org/pod/Catmandu::Path::simple
fsteeg
added a commit
that referenced
this issue
Feb 3, 2022
fsteeg
added a commit
that referenced
this issue
Feb 3, 2022
This was referenced Feb 3, 2022
fsteeg
added a commit
that referenced
this issue
Feb 4, 2022
fsteeg
added a commit
that referenced
this issue
Feb 4, 2022
fsteeg
added a commit
that referenced
this issue
Feb 4, 2022
fsteeg
added a commit
that referenced
this issue
Feb 4, 2022
TobiasNx
added a commit
that referenced
this issue
Mar 22, 2022
TobiasNx
added a commit
that referenced
this issue
Mar 22, 2022
TobiasNx
added a commit
that referenced
this issue
Mar 22, 2022
TobiasNx
added a commit
that referenced
this issue
Mar 22, 2022
TobiasNx
added a commit
that referenced
this issue
Mar 22, 2022
fsteeg
added a commit
that referenced
this issue
Mar 22, 2022
TobiasNx
added a commit
that referenced
this issue
Mar 23, 2022
TobiasNx
added a commit
that referenced
this issue
Mar 24, 2022
Add integration test for replace with last Wildcard (#102)
fsteeg
added a commit
that referenced
this issue
Mar 25, 2022
blackwinter
added a commit
that referenced
this issue
Mar 25, 2022
fsteeg
added a commit
that referenced
this issue
Mar 25, 2022
blackwinter
added a commit
that referenced
this issue
Mar 25, 2022
fsteeg
added a commit
that referenced
this issue
Mar 29, 2022
fsteeg
added a commit
that referenced
this issue
Mar 29, 2022
fsteeg
added a commit
that referenced
this issue
Mar 31, 2022
fsteeg
added a commit
that referenced
this issue
Mar 31, 2022
fsteeg
added a commit
that referenced
this issue
Apr 1, 2022
fsteeg
added a commit
that referenced
this issue
Apr 1, 2022
fsteeg
added a commit
that referenced
this issue
Apr 4, 2022
fsteeg
added a commit
that referenced
this issue
Apr 5, 2022
fsteeg
added a commit
that referenced
this issue
Apr 8, 2022
Repository owner
moved this from Working
to Done
in Metafacture
Apr 8, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Also,
transformFields()
andfind()
/findNested()
are basically performing the same traversal operations. There may be room for consolidation.Originally posted by @blackwinter in #97 (comment)
For now, I'm getting a bit uneasy about the divergence of object traversal between
find()
/insert()
andtransformFields()
. I should probably work on that next.Originally posted by @blackwinter in #98 (review)
Right, this is also where I'm currently at in #95, where certain things only work in a bind if we first do e.g. an
upcase
(which callstransformFields
).Originally posted by @fsteeg in #98 (comment)
The text was updated successfully, but these errors were encountered: