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 2022/07/10 22:49:45 UTC

[tinkerpop] branch 3.6-dev updated (42d6c7717d -> da3701ab53)

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

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


    from 42d6c7717d Merge branch '3.5-dev' into 3.6-dev
     add bdc9308543 Remove need to cast numbers as int32 for some traversal steps in gremlin-go
     add 8901fe6af8 Merge branch 'pr-1743' into 3.5-dev
     add da3701ab53 Merge branch '3.5-dev' into 3.6-dev

No new revisions were added by this update.

Summary of changes:
 .../traversal/translator/GolangTranslator.java     |  25 +--
 .../traversal/translator/GolangTranslatorTest.java |   2 +-
 gremlin-go/driver/cucumber/gremlin.go              | 192 +++++++++++++++++----
 gremlin-go/driver/graphTraversal.go                |  47 ++++-
 gremlin-go/driver/graphTraversalSource.go          |   6 +-
 5 files changed, 204 insertions(+), 68 deletions(-)