This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from a8b6b1bf96 Merge branch '3.7-dev'
add 2370cfca18 TINKERPOP-2862 Added withoutStrategies syntax to grammar
new 8e8d7f16a1 Merge pull request #2483 from apache/TINKERPOP-2862
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.asciidoc | 3 +
docs/src/upgrade/release-4.x.x.asciidoc | 39 +++-
.../grammar/DefaultGremlinBaseVisitor.java | 63 +++---
.../language/grammar/GenericLiteralVisitor.java | 2 +
.../grammar/TraversalSourceSelfMethodVisitor.java | 19 +-
.../language/grammar/TraversalStrategyVisitor.java | 169 +++++---------
.../process/traversal/TraversalStrategies.java | 93 +++++++-
.../traversal/translator/PythonTranslator.java | 2 +-
.../GremlinDisabledListDelimiterHandler.java} | 32 ++-
.../grammar/GeneralLiteralVisitorTest.java | 1 +
.../TraversalSourceSelfMethodVisitorTest.java | 11 +-
.../grammar/TraversalStrategyVisitorTest.java | 6 +
gremlin-dotnet/build/generate.groovy | 2 +-
.../Gherkin/GherkinTestRunner.cs | 3 +-
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 1 +
gremlin-go/build/generate.groovy | 1 +
gremlin-go/driver/cucumber/gremlin.go | 1 +
.../test/cucumber/feature-steps.js | 2 +
.../gremlin-javascript/test/cucumber/gremlin.js | 1 +
gremlin-language/src/main/antlr4/Gremlin.g4 | 242 +++++++++------------
gremlin-python/build/generate.groovy | 2 +-
.../src/main/python/radish/feature_steps.py | 4 +-
gremlin-python/src/main/python/radish/gremlin.py | 3 +-
.../test/features/integrated/Miscellaneous.feature | 12 +
24 files changed, 396 insertions(+), 318 deletions(-)
copy
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/{process/traversal/step/map/ElementStep.java
=> util/GremlinDisabledListDelimiterHandler.java} (50%)