Support Dimension consistently across path traversal API #37
Labels
No labels
bug
duplicate
enhancement/documentation
enhancement/feature
enhancement/organization
question
rejected
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
UserCurt/mpath#37
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
Dimensionnamed argument is not supported consistently across the path traversal APIs. Currently,mpath.<function>andmpath.Pointer.<method>are inconsistent:resolvegetDimensionsetremoveexistsPartially addressed by
5996c8c.resolveandgetnow accept a vectorDimension. Repeated values are now supported for intentional repeat dimension assignment.This issue remains open for
setat the same time as issue #35 and for the futureexistsAPI.existscreated in ine91fdb8, which progresses this issue asDimensionis supported with vectors.This issue remains open for
set.setnow supportsDimensionin72c5cc9, finalizing the full traversal API suite supporting this named argument.