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 d4913bdb3c Merge branch '3.5-dev' into 3.6-dev
     add e991b66064 Invoking CTR as this is simple documentation and Bytecode 
exporting
     new fd50569dda Merge branch '3.5-dev' into 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 | 124 ++++++++++++++++
 gremlin-go/driver/anonymousTraversal.go      |   2 +-
 gremlin-go/driver/bytecode.go                |  22 +--
 gremlin-go/driver/bytecode_test.go           |  40 ++---
 gremlin-go/driver/client.go                  |   4 +-
 gremlin-go/driver/connection_test.go         |   4 +-
 gremlin-go/driver/driverRemoteConnection.go  |  12 +-
 gremlin-go/driver/error_codes.go             |   2 +-
 gremlin-go/driver/graphBinary.go             |  10 +-
 gremlin-go/driver/graphTraversal.go          | 213 ++++++++++++++-------------
 gremlin-go/driver/graphTraversalSource.go    |  44 +++---
 gremlin-go/driver/request.go                 |   4 +-
 gremlin-go/driver/serializer.go              |   2 +-
 gremlin-go/driver/strategies.go              |   2 +-
 gremlin-go/driver/strategies_test.go         |   2 +-
 gremlin-go/driver/traversal.go               |  10 +-
 gremlin-go/driver/traversal_test.go          |  20 +--
 17 files changed, 323 insertions(+), 194 deletions(-)

Reply via email to