This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 46511ae70b Merge branch '3.8-dev'
add ac7f0ffdbe CTR update `asString()` semantics to throw
`IllegalArgumentException` with `null` inputs for casting step consistency
add 8a406426c0 CTR fix & re-order `asString()` in semantics doc
new a52d2b3184 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 | 59 +++++++++++-----------
docs/src/reference/the-traversal.asciidoc | 2 +-
docs/src/upgrade/release-3.8.x.asciidoc | 5 ++
.../traversal/step/map/AsStringGlobalStep.java | 4 +-
.../traversal/step/map/AsStringLocalStep.java | 7 +--
.../traversal/step/map/AsStringGlobalStepTest.java | 8 ++-
.../traversal/step/map/AsStringLocalStepTest.java | 6 ++-
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 1 -
gremlin-go/driver/cucumber/gremlin.go | 1 -
.../gremlin-javascript/test/cucumber/gremlin.js | 1 -
gremlin-python/src/main/python/radish/gremlin.py | 1 -
.../gremlin/test/features/map/AsString.feature | 9 +---
.../gremlin/test/features/map/ToUpper.feature | 14 -----
14 files changed, 56 insertions(+), 63 deletions(-)