This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 8b5ef0aaac CTR fix rat plugin exclusions
add 9c7a54c939 TINKERPOP-3115 Better handle overflows with sum() (#3121)
new eeb989c6df Merge branch '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 | 1 +
docs/src/dev/provider/gremlin-semantics.asciidoc | 12 +-
docs/src/upgrade/release-3.8.x.asciidoc | 66 +++++-
.../tinkerpop/gremlin/util/NumberHelper.java | 168 ++++++++++++---
.../tinkerpop/gremlin/util/NumberHelperTest.java | 154 +++++++++++++-
gremlin-dotnet/build/generate.groovy | 6 +-
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 55 +++--
gremlin-go/driver/cucumber/gremlin.go | 55 +++--
.../internals/NumberSerializationStrategy.js | 7 +-
.../gremlin-javascript/test/cucumber/gremlin.js | 25 +++
gremlin-python/src/main/python/radish/gremlin.py | 25 +++
.../gremlin/test/features/map/Sum.feature | 72 +++++++
.../gremlin/test/features/sideEffect/Sack.feature | 228 +++++++++++++++++++++
13 files changed, 782 insertions(+), 92 deletions(-)