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/10/01 12:41:58 UTC

[tinkerpop] branch 3.5-dev updated (1c07696 -> 11e84bf)

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

spmallette pushed a change to branch 3.5-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 1c07696  Fix maven install for python3 CTR
     add b57125e  TINKERPOP-2621 Allowed grammar to support empty arguments to within() and without()
     add 11e84bf  Merge branch 'TINKERPOP-2621' into 3.5-dev

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 .../grammar/TraversalPredicateVisitor.java         |  8 +++++++-
 .../grammar/TraversalPredicateVisitorTest.java     |  4 ++++
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  2 ++
 .../gremlin-javascript/test/cucumber/gremlin.js    |  2 ++
 gremlin-language/src/main/antlr4/Gremlin.g4        |  6 ++++--
 gremlin-python/src/main/python/radish/gremlin.py   |  2 ++
 gremlin-test/features/filter/Has.feature           | 24 ++++++++++++++++++++++
 8 files changed, 46 insertions(+), 3 deletions(-)