This is an automated email from the ASF dual-hosted git repository. colegreer pushed a change to branch GValue-master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard cae12f2147 GValue and Antlr Parsing Cache (#3157) add 7294ae70d3 CTR Fix UUID arg handling in GremlinLang new 7fbdff08c6 GValue and Antlr Parsing Cache (#3157) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (cae12f2147) \ N -- N -- N refs/heads/GValue-master (7fbdff08c6) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. 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: .../translator/GroovyTranslateVisitor.java | 47 ++++++++++++++-------- .../language/translator/JavaTranslateVisitor.java | 12 ++++++ .../gremlin/process/traversal/GremlinLang.java | 5 +++ .../language/translator/GremlinTranslatorTest.java | 10 ++--- .../gremlin/process/traversal/GremlinLangTest.java | 2 + .../python/gremlin_python/process/traversal.py | 4 ++ .../src/main/python/tests/driver/test_client.py | 10 ++--- .../main/python/tests/process/test_gremlin_lang.py | 4 ++ .../GraphBinaryRemoteGraphComputerProvider.java | 4 -- .../process/traversal/step/map/PropertiesTest.java | 15 ------- .../traversal/step/sideEffect/Neo4jGraphStep.java | 4 +- 11 files changed, 70 insertions(+), 47 deletions(-)