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 d272791267 Address PR review nits: verification strategy, event util,
label helper relocation
add 0b33a8f2bf Fix @MultiLabelDefault/@SingleLabelDefault semantics and
add coverage
No new revisions were added by this update.
Summary of changes:
.../Gherkin/CommonSteps.cs | 12 +---
.../Gherkin/GherkinTestRunner.cs | 6 ++
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 4 ++
.../Gherkin/IgnoreException.cs | 7 ++-
gremlin-go/driver/cucumber/cucumberSteps_test.go | 16 ++---
gremlin-go/driver/cucumber/gremlin.go | 4 ++
.../test/cucumber/feature-steps.js | 6 +-
.../gremlin-javascript/test/cucumber/gremlin.js | 4 ++
.../gremlin-javascript/test/cucumber/world.js | 5 +-
.../src/main/python/tests/feature/feature_steps.py | 9 ++-
.../src/main/python/tests/feature/gremlin.py | 4 ++
.../remote/GraphBinaryGroovyRemoteFeatureTest.java | 2 +-
...BinaryGroovyRemoteParameterizedFeatureTest.java | 2 +-
.../GraphBinaryLangBulkedRemoteFeatureTest.java | 2 +-
.../remote/GraphBinaryLangRemoteFeatureTest.java | 2 +-
...phBinaryLangRemoteParameterizedFeatureTest.java | 2 +-
.../gremlin/driver/remote/RemoteWorld.java | 12 ----
.../tinkerpop/gremlin/features/StepDefinition.java | 6 +-
.../apache/tinkerpop/gremlin/features/World.java | 11 +---
.../gremlin/language/translator/translations.json | 68 ++++++++++++++++++++++
.../gremlin/test/features/map/ElementMap.feature | 34 +++++++++++
.../gremlin/test/features/map/ValueMap.feature | 34 +++++++++++
.../hadoop/HadoopGraphFeatureIntegrateTest.java | 2 +-
.../TinkerGraphAllowNullFeatureTest.java | 2 +-
.../tinkergraph/TinkerGraphFeatureTest.java | 2 +-
.../TinkerGraphParameterizedFeatureTest.java | 2 +-
.../tinkergraph/TinkerShuffleGraphFeatureTest.java | 2 +-
...TinkerTransactionGraphAllowNullFeatureTest.java | 2 +-
.../TinkerTransactionGraphFeatureTest.java | 2 +-
29 files changed, 193 insertions(+), 73 deletions(-)