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 b37e35cf47 TINKERPOP-3083 Change SplitGlobalStep and SplitLocalStep to 
use a new StringUtil.split utility method which will split the given string 
into a list of individual string characters if the given separator is an empty 
string. (#2741)
     add c8ab132512 [TINKERPOP-3080] AggregateGlobalStep acceps all pre-defined 
Operators (#2616)
     add 37d0cc1597 CTR regenerate feature test files
     new fd040c94a6 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:
 CHANGELOG.asciidoc                                 |   1 +
 .../grammar/TraversalSourceSelfMethodVisitor.java  |  11 +-
 .../gremlin/process/traversal/Operator.java        |   4 +-
 .../step/sideEffect/AggregateGlobalStep.java       |  19 +-
 .../step/sideEffect/AggregateLocalStep.java        |  15 +-
 .../verification/ComputerVerificationStrategy.java |  24 +-
 .../TraversalSourceSelfMethodVisitorTest.java      |   2 +
 .../gremlin/process/traversal/OperatorTest.java    |   1 +
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  24 ++
 gremlin-go/driver/cucumber/gremlin.go              |  24 ++
 .../gremlin-javascript/test/cucumber/gremlin.js    |  24 ++
 gremlin-language/src/main/antlr4/Gremlin.g4        |   1 +
 gremlin-python/src/main/python/radish/gremlin.py   |  24 ++
 .../test/features/sideEffect/Aggregate.feature     | 442 +++++++++++++++++----
 14 files changed, 526 insertions(+), 90 deletions(-)

Reply via email to