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:51:40 UTC

[tinkerpop] branch master updated (add7acc14d -> 4943a321d8)

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 add7acc14d Merge branch '3.6-dev'
     add b2c050fd33 Adjust export of enum traversal operations (#1650)
     add f59c47cab9 refactor ResultSet.One() to handle nil result (#1653)
     add 7d8f3cff40 Conflicts for updating aliasing for gremlin-go 3.6-dev resolved
     new 4943a321d8 Merge branch '3.6-dev'

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:
 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/client_test.go                   |   3 +-
 gremlin-go/driver/connection_test.go               |  22 +-
 gremlin-go/driver/cucumber/cucumberSteps_test.go   |  28 +-
 gremlin-go/driver/cucumber/gremlin.go              | 492 ++++++++++-----------
 gremlin-go/driver/driverRemoteConnection.go        |   6 +-
 gremlin-go/driver/graphBinary.go                   |  22 +-
 gremlin-go/driver/resultSet.go                     |  14 +-
 gremlin-go/driver/resultSet_test.go                |  12 +-
 gremlin-go/driver/strategies.go                    |   2 +-
 gremlin-go/driver/traversal.go                     | 245 ++++++----
 gremlin-go/example/example.go                      |   5 +-
 15 files changed, 468 insertions(+), 417 deletions(-)


[tinkerpop] 01/01: Merge branch '3.6-dev'

Posted by ly...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lyndonb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 4943a321d8e0cd81ae1ae5e2e948cb56d7460313
Merge: add7acc14d 7d8f3cff40
Author: Lyndon Bauto <ly...@bitquilltech.com>
AuthorDate: Thu May 19 13:51:24 2022 -0700

    Merge branch '3.6-dev'

 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/client_test.go                   |   3 +-
 gremlin-go/driver/connection_test.go               |  22 +-
 gremlin-go/driver/cucumber/cucumberSteps_test.go   |  28 +-
 gremlin-go/driver/cucumber/gremlin.go              | 492 ++++++++++-----------
 gremlin-go/driver/driverRemoteConnection.go        |   6 +-
 gremlin-go/driver/graphBinary.go                   |  22 +-
 gremlin-go/driver/resultSet.go                     |  14 +-
 gremlin-go/driver/resultSet_test.go                |  12 +-
 gremlin-go/driver/strategies.go                    |   2 +-
 gremlin-go/driver/traversal.go                     | 245 ++++++----
 gremlin-go/example/example.go                      |   5 +-
 15 files changed, 468 insertions(+), 417 deletions(-)