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:35 UTC

[tinkerpop] branch tp32 updated (c3e714f -> 59fa4c2)

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

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


    from c3e714f  Merge pull request #952 from apache/TINKERPOP-1959
     add 2a2e47e  TINKERPOP-1972 Fix test harness, extract child type in generic params array
     add dee155e  TINKERPOP-1972 Fix arg handling for inject step
     new 59fa4c2  Merge pull request #953 from apache/TINKERPOP-1972

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:
 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(-)


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

Posted by fl...@apache.org.
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(-)