Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I've been trying to get a strategy to precede another strategy using the applyPrior mechanism.
The dependency map looks good at:
https://github.com/apache/incubator-tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategies.java#L131
but the sort doesn't seem to work.
I suspect this is something to do with merge sort being used.