This is an automated email from the ASF dual-hosted git repository.
lyndonb pushed a change to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 039d409337 Fixing cucumber test failures in gremlin-go
add ad6b3b7d4d Add named parameters for strategies in Gremlin-Go and
updated translator (#1664)
add c8db98c5f9 Gremlin-Go: Added support for additional types (#1663)
new 13a1a35be3 Handling merge conflicts for gremlin-go strategies
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:
.../traversal/translator/GolangTranslator.java | 21 +-
.../traversal/translator/GolangTranslatorTest.java | 4 +-
gremlin-go/README.md | 2 +-
gremlin-go/driver/connection_test.go | 76 +++++++
gremlin-go/driver/cucumber/cucumberWorld.go | 35 +++-
gremlin-go/driver/graphBinary.go | 218 +++++++++++++++++----
gremlin-go/driver/graphBinary_test.go | 32 ++-
gremlin-go/driver/serializer.go | 18 +-
gremlin-go/driver/strategies.go | 206 ++++++++++++-------
gremlin-go/driver/strategies_test.go | 39 +++-
gremlin-go/driver/traversal.go | 41 ++++
11 files changed, 553 insertions(+), 139 deletions(-)