This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit e3def5c70f73d559909e12353c54143a15801b2d Merge: abd8813 c2b4f2f Author: stephen mallette <[email protected]> AuthorDate: Fri Nov 19 07:23:17 2021 -0500 Merge pull request #1491 from apache/TINKERPOP-2524 TINKERPOP-2524 Supported more explicit numeric literals in grammar 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(-)
