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/26c6c798
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/26c6c798
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/26c6c798

Branch: refs/heads/master
Commit: 26c6c798cf9951e77d27d8cb600236ae4d030d86
Parents: c240f50 46888b1
Author: Marko A. Rodriguez <okramma...@gmail.com>
Authored: Thu Dec 1 06:38:34 2016 -0700
Committer: Marko A. Rodriguez <okramma...@gmail.com>
Committed: Thu Dec 1 06:38:34 2016 -0700

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  2 +
 .../src/reference/gremlin-applications.asciidoc |  6 +--
 docs/src/reference/gremlin-variants.asciidoc    |  5 ---
 .../gremlin-language-variants/index.asciidoc    |  3 --
 .../gremlin/process/traversal/Bindings.java     | 39 +++++++++++++++-----
 .../gremlin/process/traversal/Bytecode.java     | 19 ++++------
 .../process/traversal/TraversalSource.java      |  7 ++--
 .../dsl/graph/GraphTraversalSource.java         |  4 +-
 .../optimization/GraphFilterStrategyTest.java   |  2 +-
 .../gremlin/process/traversal/BytecodeTest.java | 32 +++++++++++++++-
 .../python/TraversalSourceGenerator.groovy      |  6 +++
 .../jython/gremlin_python/process/traversal.py  |  6 +++
 .../main/jython/tests/process/test_traversal.py | 13 +++++++
 13 files changed, 104 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/26c6c798/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/26c6c798/docs/src/reference/gremlin-variants.asciidoc
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/26c6c798/docs/src/tutorials/gremlin-language-variants/index.asciidoc
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/26c6c798/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/Bytecode.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/26c6c798/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/BytecodeTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/26c6c798/gremlin-python/src/main/jython/gremlin_python/process/traversal.py
----------------------------------------------------------------------

Reply via email to