Github user dkuppitz commented on the issue:

    https://github.com/apache/tinkerpop/pull/486
  
    Requirements were not cached in `tp31`. I have a neat solution for 
`master/`, but not for `tp32`. In `tp32` we can either reset the requirements 
after each strategy has been applied or we can ignore the caching, which - in 
the worst case - would make the traversal assume, that it has more requirements 
than it actually has. This is the only case I can currently think of:
    
    When `IncidentToAdjacentStrategy` replaces `bothE().otherV()` with 
`both()`, the traversal could lose its `PATH` requirement.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to