This is an automated email from the ASF dual-hosted git repository. xiazcy pushed a change to branch TINKERPOP-3161 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard e5697dd48f switched .NET byte serializers to signed bytes (`sbyte`) add 83b86a9548 CTR fixed .NET integration & feature tests build issues, added parameter casting for range steps in .net translator visitor new f0f05a3ad3 switched .NET byte serializers to signed bytes (`sbyte`) 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 (e5697dd48f) \ N -- N -- N refs/heads/TINKERPOP-3161 (f0f05a3ad3) 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/DotNetTranslateVisitor.java | 114 +++++++++++++++++--- .../language/translator/GremlinTranslatorTest.java | 116 ++++++++++++++++++++- .../Process/Traversal/GraphTraversal.cs | 9 ++ .../src/Gremlin.Net/Process/Traversal/__.cs | 12 ++- .../Gherkin/CommonSteps.cs | 2 +- .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 50 ++++----- .../DriverRemoteConnection/GraphTraversalTests.cs | 4 +- .../gremlin/test/features/filter/Range.feature | 16 +-- .../gremlin/test/features/filter/Tail.feature | 4 +- 9 files changed, 271 insertions(+), 56 deletions(-)