This is an automated email from the ASF dual-hosted git repository.
lyndonb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 88587c7b24 Merge branch '3.6-dev'
add ad6b3b7d4d Add named parameters for strategies in Gremlin-Go and
updated translator (#1664)
add c8db98c5f9 Gremlin-Go: Added support for additional types (#1663)
add 13a1a35be3 Handling merge conflicts for gremlin-go strategies
add aa2820bc4c Adding strategy support to cucumber world for gremlin-go
add 0729b2960e Updating 3.6-dev with 3.5-dev cucumberworld for gremlin-go
new caaa44400f Updating master with 3.6-dev cucumberworld for gremlin-go
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(-)