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/11 21:15:43 UTC

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

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 da3701ab53 Merge branch '3.5-dev' into 3.6-dev
     add 87869ef542 Fix unresolved merge conflict in gremlin-go cucumber test
     add 81f884e278 Added int8 (to Short) & uint/uint64 (to BigInt) for GraphBinary serialization
     add 36a2e9bb57 Merge branch 'pr-1749' into 3.5-dev
     add 9ea42b88e1 added return in SingleByte and SingleChar & fix if check bug
     add 2a2b6e6005 Adding unit tests for the change.
     add 89669451ed Merge branch 'pr-1750' into 3.5-dev
     add dd04fd0a9c Merge branch '3.5-dev' into 3.6-dev

No new revisions were added by this update.

Summary of changes:
 .../traversal/translator/GolangTranslator.java     |   3 -
 gremlin-go/driver/cucumber/gremlin.go              | 170 ++++-----------------
 gremlin-go/driver/graphBinary.go                   |  23 ++-
 gremlin-go/driver/graphBinary_test.go              |  30 ++++
 .../src/main/python/gremlin_python/statics.py      |   6 +-
 .../src/main/python/tests/test_statics.py          |  26 ++++
 6 files changed, 102 insertions(+), 156 deletions(-)