This is an automated email from the ASF dual-hosted git repository.

Cole-Greer pushed a change to branch steps-taking-traversal
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 5d7bec5661 Add simulated console output to upgrade doc examples
     add 38d927920c Fold has(traversal) examples into the main has() example 
block
     add 8060216466 Add richer traversal-argument examples to is() and has() 
docs
     add 8ed3b71b33 Merge reference cross-links into the See: block (upgrade 
doc)
     add e5fa8de9d4 Add strategy scaffolding and complete GraphComputer tag 
audit
     add 24165f325b Revert withStrategies scaffolding for 
ReadOnlyChildVerificationStrategy
     add 71279de0cf Register ReadOnlyChildVerificationStrategy as a user-facing 
strategy
     add 42855570ee Update docs to reflect traversal-accepting steps and 
predicates

No new revisions were added by this update.

Summary of changes:
 docs/src/dev/provider/gremlin-semantics.asciidoc   |   2 +-
 docs/src/recipes/anti-patterns.asciidoc            |  57 -----------
 docs/src/recipes/traversal-induced-values.asciidoc |  35 +++----
 docs/src/reference/the-traversal.asciidoc          |  47 +++++----
 docs/src/upgrade/release-4.x.x.asciidoc            |   7 +-
 .../tinkerpop/gremlin/jsr223/CoreImports.java      |   2 +
 .../structure/io/graphson/GraphSONModule.java      |   5 +
 ...egy.cs => ReadOnlyChildVerificationStrategy.cs} |  10 +-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |   5 +
 gremlin-go/driver/cucumber/gremlin.go              |   5 +
 gremlin-go/driver/strategies.go                    |   4 +
 .../lib/process/traversal-strategy.ts              |   6 ++
 .../gremlin-javascript/test/cucumber/gremlin.js    |   5 +
 .../python/gremlin_python/process/strategies.py    |   5 +
 .../src/main/python/tests/feature/gremlin.py       |   5 +
 .../gremlin/language/translator/translations.json  | 107 ++++++++++++++++++---
 .../gremlin/test/features/filter/Has.feature       |   1 -
 .../gremlin/test/features/filter/Is.feature        |  28 ++++++
 .../integrated/ReadOnlyChildVerification.feature   |  71 ++++++++++----
 19 files changed, 263 insertions(+), 144 deletions(-)
 copy 
gremlin-dotnet/src/Gremlin.Net/Process/Traversal/Strategy/Verification/{StandardVerificationStrategy.cs
 => ReadOnlyChildVerificationStrategy.cs} (79%)

Reply via email to