This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a change to branch steps-taking-traversal-poc
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
was febdda5501 Update has() to use P.eq and update validation to use
marker interface, along with misc updates
This change permanently discards the following revisions:
discard febdda5501 Update has() to use P.eq and update validation to use
marker interface, along with misc updates
discard 1473451213 docs update
discard 4a7f23e52c restrict P(Traversal) in union()
discard eee4d8192b clean up & refactors
discard 54e04f6d2f update within() to take first result
discard 5c53f98e67 add hasLabel(Traversal)
discard 0b6985881e update to restrict mutations in all traversal taking steps.
discard 6aac8a0401 update to implement where(P)
discard 433c2e4e3e add compile time check & strategy verification to prevent
child traversal mutating steps
discard 96e921c5ea Add error throwing for mixed cases instead of silent failure
discard d8dd2ae0de Add optimizations into has and P
discard a9d1f64217 allow V()/E() start steps to take traversals by generating
a false traverser like mergeV/mergeE
discard 8e87651de4 use P.eq() semantics instead of P.with() for has(key,
traversal)
discard b1b02894f6 Add support in GLVs for steps taking traversals
discard a9b52b44c6 Add multi-traversal within()/without() support, fix
HasContainer folding to continue past traversal-bearing steps, and reject
V(traversal)/E(traversal) at parse time for start steps
discard 9a3a9ed92b Add traversal-accepting arguments to has(), V(), E(),
property(), is(), and predicates.