You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/10/30 12:27:46 UTC

[tinkerpop] branch tp33 updated (9bda0fe -> 6dd4fed)

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

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


    from 9bda0fe  Used regular ArrayList in assertion
     add c610a18  Add default create() method to VertexProgram.Builder and remove unnecessary methods from test VPs
     add 717e29e  ensure public
     new 6dd4fed  Merge pull request #967 from PBGraff/TINKERPOP-2077

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:
 .../apache/tinkerpop/gremlin/process/computer/VertexProgram.java  | 4 ++++
 .../tinkerpop/gremlin/process/computer/GraphComputerTest.java     | 8 --------
 2 files changed, 4 insertions(+), 8 deletions(-)


[tinkerpop] 01/01: Merge pull request #967 from PBGraff/TINKERPOP-2077

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6dd4fed604ba74e79a8a038823dfd5f608994a6f
Merge: 9bda0fe 717e29e
Author: stephen mallette <sp...@users.noreply.github.com>
AuthorDate: Tue Oct 30 08:27:42 2018 -0400

    Merge pull request #967 from PBGraff/TINKERPOP-2077
    
    TINKERPOP-2077: Add default create() method to VertexProgram.Builder

 .../apache/tinkerpop/gremlin/process/computer/VertexProgram.java  | 4 ++++
 .../tinkerpop/gremlin/process/computer/GraphComputerTest.java     | 8 --------
 2 files changed, 4 insertions(+), 8 deletions(-)