You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/11/19 12:23:21 UTC

[tinkerpop] branch master updated (abd8813 -> e3def5c)

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(-)

[tinkerpop] 01/01: Merge pull request #1491 from apache/TINKERPOP-2524

Posted by sp...@apache.org.
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 <sp...@users.noreply.github.com>
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(-)