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 abd8813 Merge pull request #1493 from apache/TINKERPOP-2639
add c2b4f2f TINKERPOP-2524 Supported more explicit numeric literals in
grammar
new e3def5c Merge pull request #1491 from apache/TINKERPOP-2524
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 | 1 +
docs/src/dev/developer/for-committers.asciidoc | 9 +-
.../language/grammar/GenericLiteralVisitor.java | 40 ++++--
.../grammar/GeneralLiteralVisitorTest.java | 133 +++++++++---------
.../Gherkin/CommonSteps.cs | 8 +-
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 7 +
.../test/cucumber/feature-steps.js | 2 +-
.../gremlin-javascript/test/cucumber/gremlin.js | 7 +
gremlin-language/src/main/antlr4/Gremlin.g4 | 4 +-
.../src/main/python/radish/feature_steps.py | 2 +-
gremlin-python/src/main/python/radish/gremlin.py | 7 +
.../server/handler/SaslAuthenticationHandler.java | 3 +-
gremlin-test/features/semantics/Equality.feature | 156 ++++++++++++++++++++-
.../tinkerpop/gremlin/features/StepDefinition.java | 11 +-
14 files changed, 291 insertions(+), 99 deletions(-)