You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2018/10/10 15:02:36 UTC

[tinkerpop] 01/01: Merge pull request #953 from apache/TINKERPOP-1972

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

florianhockmann pushed a commit to branch tp32
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 59fa4c2b7aebeb2f789e2a30bc60e0d67b3a027d
Merge: c3e714f dee155e
Author: Florian Hockmann <fh...@florian-hockmann.de>
AuthorDate: Wed Oct 10 17:02:30 2018 +0200

    Merge pull request #953 from apache/TINKERPOP-1972
    
    TINKERPOP-1972 Fix inject step in Gremlin.Net

 gremlin-dotnet/glv/GraphTraversal.template          |  5 +++--
 gremlin-dotnet/glv/GraphTraversalSource.template    |  5 +++--
 gremlin-dotnet/glv/generate.groovy                  | 16 +++++++---------
 .../Gremlin.Net/Process/Traversal/GraphTraversal.cs |  5 +++--
 .../Process/Traversal/GraphTraversalSource.cs       |  5 +++--
 .../Gherkin/GherkinTestRunner.cs                    |  6 +++---
 .../Gherkin/TraversalEvaluation/TraversalParser.cs  | 21 +++++++++++++++++++--
 .../BytecodeGeneration/BytecodeGenerationTests.cs   | 12 ++++++++++++
 8 files changed, 53 insertions(+), 22 deletions(-)