This is an automated email from the ASF dual-hosted git repository.

xiazcy pushed a change to branch multi-label-experiment
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 35fe5a1182 remove dead edge code
     add 78955b291b fix with(multilabel) and add testing matrix

No new revisions were added by this update.

Summary of changes:
 docs/src/dev/developer/for-committers.asciidoc     |  11 +
 docs/src/dev/provider/gremlin-semantics.asciidoc   |   6 +
 docs/src/reference/the-traversal.asciidoc          |  21 ++
 docs/src/upgrade/release-4.x.x.asciidoc            |  16 ++
 .../gremlin/process/traversal/GremlinLang.java     |   8 +
 .../process/traversal/step/util/WithOptions.java   |  18 +-
 .../Process/Traversal/GraphTraversalSource.cs      |   8 +-
 .../Gremlin.Net/Process/Traversal/GremlinLang.cs   |  17 ++
 .../Gherkin/CommonSteps.cs                         |  12 +-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  13 +-
 .../Gherkin/ScenarioData.cs                        |   2 +
 gremlin-go/docker-compose.yml                      |   1 +
 gremlin-go/driver/cucumber/cucumberSteps_test.go   |  24 +-
 gremlin-go/driver/cucumber/gremlin.go              |  13 +-
 gremlin-go/driver/graphTraversalSource.go          |  18 +-
 gremlin-go/driver/gremlinlang.go                   |   7 +
 .../lib/process/graph-traversal.ts                 |   4 +
 .../gremlin-javascript/lib/process/gremlin-lang.ts |  11 +
 .../test/cucumber/feature-steps.js                 |  15 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |  13 +-
 .../gremlin-javascript/test/cucumber/world.js      |   1 +
 .../gremlin_python/process/graph_traversal.py      |   4 +
 .../src/main/python/tests/feature/feature_steps.py |   6 +-
 .../src/main/python/tests/feature/gremlin.py       |  13 +-
 .../src/main/python/tests/feature/terrain.py       |   3 +
 .../gremlin/driver/remote/RemoteWorld.java         |  12 +
 .../tinkerpop/gremlin/features/StepDefinition.java |   6 +-
 .../apache/tinkerpop/gremlin/features/World.java   |   9 +
 .../gremlin/language/translator/translations.json  | 266 +++++++++++++++++++++
 .../gremlin/test/features/map/ElementMap.feature   |  77 +++++-
 .../gremlin/test/features/map/ValueMap.feature     |  75 ++++++
 31 files changed, 684 insertions(+), 26 deletions(-)

Reply via email to