You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ly...@apache.org on 2022/05/19 20:13:50 UTC

[tinkerpop] branch 3.5-dev updated (d90a2e0e04 -> b2c050fd33)

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

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


    from d90a2e0e04 Merge branch 'dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-6.0.4' into 3.5-dev
     add b2c050fd33 Adjust export of enum traversal operations (#1650)

No new revisions were added by this update.

Summary of changes:
 docs/src/reference/gremlin-variants.asciidoc       |   8 +-
 .../traversal/translator/GolangTranslator.java     |  10 +-
 .../traversal/translator/GolangTranslatorTest.java |   4 +-
 gremlin-go/README.md                               |  12 +-
 gremlin-go/driver/connection_test.go               |   4 +-
 gremlin-go/driver/cucumber/cucumberSteps_test.go   |   4 +-
 gremlin-go/driver/cucumber/gremlin.go              | 374 ++++++++++-----------
 gremlin-go/driver/driverRemoteConnection.go        |   6 +-
 gremlin-go/driver/graphBinary.go                   |  20 +-
 gremlin-go/driver/strategies.go                    |   2 +-
 gremlin-go/driver/traversal.go                     | 219 +++++++-----
 gremlin-go/example/example.go                      |   5 +-
 12 files changed, 361 insertions(+), 307 deletions(-)