This is an automated email from the ASF dual-hosted git repository.
kenhuuu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 29e2be5e8f Merge branch '3.7-dev'
add 515ff5baef Update conjoin() and asString() null handling.
new bbe22cf3d9 Merge branch '3.7-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/dev/provider/gremlin-semantics.asciidoc | 11 ++++++-----
docs/src/reference/the-traversal.asciidoc | 4 ++--
.../process/traversal/step/map/AsStringGlobalStep.java | 5 +++--
.../gremlin/process/traversal/step/map/AsStringLocalStep.java | 4 ++--
.../gremlin/process/traversal/step/map/ConjoinStep.java | 10 +++++++---
.../process/traversal/step/map/AsStringGlobalStepTest.java | 2 +-
.../process/traversal/step/map/AsStringLocalStepTest.java | 2 +-
.../gremlin/process/traversal/step/map/ConjoinStepTest.java | 3 +++
.../tinkerpop/gremlin/test/features/map/AsString.feature | 4 ++--
.../tinkerpop/gremlin/test/features/map/Conjoin.feature | 2 +-
.../tinkerpop/gremlin/test/features/map/ToUpper.feature | 2 +-
11 files changed, 29 insertions(+), 20 deletions(-)