This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch TINKERPOP-2681
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
from 8939d5e TINKERPOP-2681 Finalize mergeV semantics around null/empty
args
add 3b187a5 TINKERPOP-2681 Fixed problems with GLVs processing null
No new revisions were added by this update.
Summary of changes:
.../traversal/dsl/graph/GraphTraversal.java | 6 +-
.../traversal/translator/DotNetTranslator.java | 4 +-
.../traversal/translator/DotNetTranslatorTest.java | 8 +++
gremlin-dotnet/build/generate.groovy | 10 +++
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 7 ++
.../ast/AmbiguousMethodASTTransformation.groovy | 82 ++++++++++++++++++++++
.../jsr223/GremlinGroovyScriptEngineTest.java | 22 ++++--
gremlin-javascript/build/generate.groovy | 11 +++
.../gremlin-javascript/test/cucumber/gremlin.js | 7 ++
gremlin-python/build/generate.groovy | 10 +++
gremlin-python/src/main/python/radish/gremlin.py | 7 ++
11 files changed, 164 insertions(+), 10 deletions(-)
create mode 100644
gremlin-groovy/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/jsr223/ast/AmbiguousMethodASTTransformation.groovy