This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a change to branch 3.8-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from b89e00b901 Merge branch '3.7-dev' into 3.8-dev
add a7a6158612 TINKERPOP-3275 Fix gremlin-python GraphBinary
BigInteger/BigDecimal serialization (#3539)
add c81f7c343f TINKERPOP-3277: Fix gremlin-go GraphBinary serialization of
zero BigInteger/BigDecimal (#3540)
new d23736b409 Merge branch '3.7-dev' into 3.8-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:
CHANGELOG.asciidoc | 2 ++
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 6 ++++
gremlin-go/driver/cucumber/gremlin.go | 1 +
gremlin-go/driver/graphBinary.go | 2 +-
gremlin-go/driver/graphBinary_test.go | 28 ++++++++++++++++
.../gremlin-javascript/test/cucumber/gremlin.js | 1 +
.../gremlin_python/structure/io/graphbinaryV1.py | 18 ++++-------
.../src/main/python/tests/feature/gremlin.py | 1 +
.../python/tests/unit/io/test_graphbinaryV1.py | 37 ++++++++++++++++++++++
.../test/features/sideEffect/Inject.feature | 16 +++++++++-
10 files changed, 99 insertions(+), 13 deletions(-)