You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2017/10/18 21:52:13 UTC

[4/4] tinkerpop git commit: Merge branch 'tp32'

Merge branch 'tp32'


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/66a7856b
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/66a7856b
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/66a7856b

Branch: refs/heads/master
Commit: 66a7856bd1bc1829cb0db670886accc428df82d7
Parents: d669d44 19e261c
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Oct 18 15:52:04 2017 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Oct 18 15:52:04 2017 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  2 +-
 .../jsr223/UtilitiesGremlinPluginScript.groovy  |  1 +
 .../step/sideEffect/SackValueStep.java          |  5 +++--
 .../verification/LambdaRestrictionStrategy.java | 20 +-------------------
 .../gremlin/structure/util/StringFactory.java   |  8 +++++++-
 .../LambdaRestrictionStrategyTest.java          |  9 ++++++---
 6 files changed, 19 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/66a7856b/CHANGELOG.asciidoc
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/66a7856b/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/jsr223/UtilitiesGremlinPluginScript.groovy
----------------------------------------------------------------------
diff --cc gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/jsr223/UtilitiesGremlinPluginScript.groovy
index f98f285,1c4022a..aa17a5e
--- a/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/jsr223/UtilitiesGremlinPluginScript.groovy
+++ b/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/jsr223/UtilitiesGremlinPluginScript.groovy
@@@ -38,7 -38,7 +38,8 @@@ describeGraph = { Class<? extends org.a
      return "${lf}" +
  "IMPLEMENTATION - ${c.getCanonicalName()} ${lf}" +
  "TINKERPOP TEST SUITE ${lf}" +
 +"- Compliant with ($optInCount of 4 suites) ${lf}" +
+ "- Compliant with ($optInCount of 11 suites) ${lf}" +
  "$suitesSupported ${lf}" +
  "- Opts out of $optOutCount individual tests ${lf}" +
  "$testsOptedOut ${lf}" +

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/66a7856b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/StringFactory.java
----------------------------------------------------------------------