This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a change to branch multi-label-experiment
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 083c9a69bd Split TinkerGraph empty-graph fixture into
single/multi-label variants
add 9db5db59f3 Reject combined with(multilabel)/with(singlelabel), add
elementMap() semantics
add 7855ccf384 Relocate hasLabel() OR-semantics note, fix 'supports
mutation' wording
No new revisions were added by this update.
Summary of changes:
docs/src/dev/developer/for-committers.asciidoc | 8 ++--
docs/src/dev/provider/gremlin-semantics.asciidoc | 54 ++++++++++++++++++----
docs/src/reference/the-traversal.asciidoc | 10 ++--
.../process/traversal/step/util/WithOptions.java | 9 ++--
.../verification/StandardVerificationStrategy.java | 14 ++++++
.../process/traversal/util/TraversalHelper.java | 6 +--
.../StandardVerificationStrategyTest.java | 34 ++++++++++++++
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 10 ++--
gremlin-go/driver/cucumber/gremlin.go | 10 ++--
.../gremlin-javascript/test/cucumber/gremlin.js | 10 ++--
.../src/main/python/tests/feature/gremlin.py | 10 ++--
11 files changed, 133 insertions(+), 42 deletions(-)