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 2019/09/23 14:12:14 UTC

[tinkerpop] branch tp33 updated (79ce819 -> 49bab07)

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 79ce819  Return a 597 error code for lambda compilation problems.
     add 0ac7f3a  TINKERPOP-1810 Support for withSack() that use Lambdas with remotes
     add 49bab07  Merge branch 'TINKERPOP-1810' into tp33

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 docs/src/reference/gremlin-variants.asciidoc       |  8 ++++++
 .../tinkerpop/gremlin/util/function/Lambda.java    | 31 ++++++++++++++++++++++
 .../src/Gremlin.Net/Process/Traversal/Lambda.cs    |  4 +--
 .../Process/Traversal/StringBasedLambda.cs         | 21 ++++++++++++++-
 .../GraphTraversalSourceTests.cs                   | 12 +++++++++
 .../gremlin/groovy/jsr223/GroovyTranslator.java    | 31 ++++++++++++++++++++--
 .../groovy/jsr223/GroovyTranslatorTest.java        | 28 ++++++++++++++++++-
 .../gremlin_python/structure/io/graphsonV2d0.py    |  8 ++++--
 .../gremlin_python/structure/io/graphsonV3d0.py    |  8 ++++--
 .../tests/driver/test_driver_remote_connection.py  | 11 ++++++++
 11 files changed, 153 insertions(+), 10 deletions(-)