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

colegreer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from a493eb207a Merge branch '3.8-dev'
     add 77806039e3 Remove P.getOriginalValue() (#3183)
     add 68af68b883 Deparameterize feature tests (#3186)
     add 515eabfaa2 CTR cleanup python test
     new 4b26a63608 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                                 |   4 +
 docs/src/dev/developer/for-committers.asciidoc     |  12 +
 docs/src/upgrade/release-3.8.x.asciidoc            |  26 +-
 .../language/translator/GoTranslateVisitor.java    |  54 +++-
 .../tinkerpop/gremlin/process/traversal/P.java     |  20 +-
 .../tinkerpop/gremlin/process/traversal/TextP.java |   4 +-
 .../language/translator/GremlinTranslatorTest.java |  46 ++--
 .../tinkerpop/gremlin/process/traversal/PTest.java |  86 +++++++
 .../process/traversal/step/map/MatchStepTest.java  |   2 +-
 gremlin-dotnet/build/generate.groovy               |   9 +-
 .../Gherkin/CommonSteps.cs                         |  19 +-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 221 +++++++++++-----
 gremlin-go/build/generate.groovy                   |  18 +-
 gremlin-go/driver/cucumber/cucumberSteps_test.go   |  56 +++--
 gremlin-go/driver/cucumber/cucumberWorld.go        |   2 +
 gremlin-go/driver/cucumber/gremlin.go              | 280 +++++++++++++--------
 gremlin-go/driver/traversal.go                     |  10 +
 .../test/cucumber/feature-steps.js                 |  20 ++
 .../gremlin-javascript/test/cucumber/gremlin.js    | 168 ++++++-------
 .../gremlin-javascript/test/cucumber/world.js      |   1 +
 .../src/main/python/radish/feature_steps.py        |  21 +-
 gremlin-python/src/main/python/radish/gremlin.py   | 168 ++++++-------
 .../tinkerpop/gremlin/features/StepDefinition.java |  21 +-
 .../gremlin/test/features/branch/Choose.feature    |  11 +-
 .../gremlin/test/features/branch/Union.feature     |   5 +-
 .../gremlin/test/features/filter/Where.feature     |   4 +-
 .../test/features/integrated/Miscellaneous.feature |   3 +-
 .../gremlin/test/features/map/AddEdge.feature      |   3 +-
 .../gremlin/test/features/map/Concat.feature       |   6 +-
 .../gremlin/test/features/map/Conjoin.feature      |   9 +-
 .../gremlin/test/features/map/Difference.feature   |  18 +-
 .../gremlin/test/features/map/Disjunct.feature     |  27 +-
 .../gremlin/test/features/map/Intersect.feature    |   3 +-
 .../gremlin/test/features/map/Length.feature       |   3 +-
 .../gremlin/test/features/map/Math.feature         |   3 +-
 .../gremlin/test/features/map/Mean.feature         |   7 +-
 .../gremlin/test/features/map/Merge.feature        |   3 +-
 .../gremlin/test/features/map/MergeEdge.feature    |  32 ++-
 .../gremlin/test/features/map/MergeVertex.feature  |  45 ++--
 .../gremlin/test/features/map/Min.feature          |   3 +-
 .../gremlin/test/features/map/Product.feature      |  24 +-
 .../gremlin/test/features/map/Replace.feature      |   3 +-
 .../gremlin/test/features/map/Sum.feature          |   7 +-
 .../gremlin/test/features/map/ToUpper.feature      |   6 +-
 .../gremlin/test/features/map/Trim.feature         |   6 +-
 .../test/features/semantics/Comparability.feature  |  30 +--
 .../test/features/semantics/Equality.feature       |  40 ++-
 .../test/features/sideEffect/Aggregate.feature     |  24 +-
 .../test/features/sideEffect/Inject.feature        |   3 +-
 .../gremlin/test/features/sideEffect/Sack.feature  |   6 +-
 .../gremlin/test/features/sideEffect/Store.feature |   4 +-
 51 files changed, 970 insertions(+), 636 deletions(-)

Reply via email to