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 2015/06/15 22:13:12 UTC

[1/6] incubator-tinkerpop git commit: TINKERPOP3-731 Arrow keys don't work for Gremlin console on Windows

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/xmatch a97e675c7 -> c77521cc1


TINKERPOP3-731 Arrow keys don't work for Gremlin console on Windows


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

Branch: refs/heads/xmatch
Commit: 9596782ad450c9e791e3f77425bf1b5016b015dc
Parents: 3a5cdf8
Author: Jason Plurad <pl...@users.noreply.github.com>
Authored: Mon Jun 15 11:35:52 2015 -0400
Committer: Jason Plurad <pl...@users.noreply.github.com>
Committed: Mon Jun 15 11:35:52 2015 -0400

----------------------------------------------------------------------
 gremlin-console/src/main/bin/gremlin.bat | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/9596782a/gremlin-console/src/main/bin/gremlin.bat
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/bin/gremlin.bat b/gremlin-console/src/main/bin/gremlin.bat
index 5af4e8f..481d5ac 100644
--- a/gremlin-console/src/main/bin/gremlin.bat
+++ b/gremlin-console/src/main/bin/gremlin.bat
@@ -34,7 +34,8 @@ FOR /D /r %%i in (*) do (
 
 cd ..
 
-set JAVA_OPTIONS=-Xms32m -Xmx512m
+:: workaround for https://issues.apache.org/jira/browse/GROOVY-6453
+set JAVA_OPTIONS=-Xms32m -Xmx512m -Djline.terminal=none
 
 :: Launch the application
 


[3/6] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-727' of https://github.com/pluradj/incubator-tinkerpop

Posted by ok...@apache.org.
Merge branch 'TINKERPOP3-727' of https://github.com/pluradj/incubator-tinkerpop


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

Branch: refs/heads/xmatch
Commit: 2878870a20e4bcad6a6aecf1eb55cec48bcdd9af
Parents: e656a79 cbcccfb
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Mon Jun 15 18:44:48 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Mon Jun 15 18:44:48 2015 +0200

----------------------------------------------------------------------
 docs/src/the-traversal.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[4/6] incubator-tinkerpop git commit: This closes #72

Posted by ok...@apache.org.
This closes #72

This pull request is replaced by #74


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

Branch: refs/heads/xmatch
Commit: 97e4500be3e40e78f2bb4be4aeb81403de75d104
Parents: 2878870
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jun 15 15:57:19 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jun 15 15:57:19 2015 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[5/6] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-731' of https://github.com/pluradj/incubator-tinkerpop

Posted by ok...@apache.org.
Merge branch 'TINKERPOP3-731' of https://github.com/pluradj/incubator-tinkerpop


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

Branch: refs/heads/xmatch
Commit: 9d4735ed73042aff12ce56c67f272bf7d42ff7b7
Parents: 97e4500 9596782
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jun 15 16:00:27 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jun 15 16:00:27 2015 -0400

----------------------------------------------------------------------
 gremlin-console/src/main/bin/gremlin.bat | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[6/6] incubator-tinkerpop git commit: Merge branch 'master' into xmatch

Posted by ok...@apache.org.
Merge branch 'master' into xmatch


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

Branch: refs/heads/xmatch
Commit: c77521cc1bb16db8e64a352c4b831b58ea97fd08
Parents: a97e675 9d4735e
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Jun 15 14:13:03 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Mon Jun 15 14:13:03 2015 -0600

----------------------------------------------------------------------
 docs/src/the-traversal.asciidoc          | 2 +-
 gremlin-console/src/main/bin/gremlin.bat | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[2/6] incubator-tinkerpop git commit: TINKERPOP3-727 use of repeat() with in() throws error

Posted by ok...@apache.org.
TINKERPOP3-727 use of repeat() with in() throws error


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

Branch: refs/heads/xmatch
Commit: cbcccfbe489a7221ae627848bf0109b46ae93cc8
Parents: 3a5cdf8
Author: Jason Plurad <pl...@users.noreply.github.com>
Authored: Mon Jun 15 12:00:04 2015 -0400
Committer: Jason Plurad <pl...@users.noreply.github.com>
Committed: Mon Jun 15 12:00:04 2015 -0400

----------------------------------------------------------------------
 docs/src/the-traversal.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/cbcccfbe/docs/src/the-traversal.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/the-traversal.asciidoc b/docs/src/the-traversal.asciidoc
index 42bab80..cd5df51 100644
--- a/docs/src/the-traversal.asciidoc
+++ b/docs/src/the-traversal.asciidoc
@@ -39,7 +39,7 @@ image::step-types.png[width=650]
 
 A `GraphTraversal<S,E>` can be spawned off of a Graph, Vertex, Edge, or VertexProperty. It can also be spawned anonymously (i.e. empty) via `__`. A graph traversal is composed of an ordered list of steps. All the steps provided by `GraphTraversal` inherit from the more general forms diagrammed above. A list of all the steps (and their descriptions) are provided in the TinkerPop3 link:http://www.tinkerpop.com/javadocs/x.y.z/core/org/apache/tinkerpop/gremlin/process/graph/GraphTraversal.html[GraphTraversal JavaDoc]. The following subsections will demonstrate the GraphTraversal steps using the <<gremlin-console,Gremlin Console>>.
 
-NOTE: To reduce the verbosity of the expression, it is good to `import static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.*`. This way, instead of doing `__.inE()` for an anonymous traversal, it is possible to simply write `inE()`.
+NOTE: To reduce the verbosity of the expression, it is good to `import static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.*`. This way, instead of doing `__.inE()` for an anonymous traversal, it is possible to simply write `inE()`. Be aware of language-specific reserved keywords when using anonymous traversals. For example, `in` and `as` are reserved keywords in Groovy, therefore you must use the verbose syntax `__.in()` and `__.as()` to avoid collisions.
 
 [[lambda-steps]]
 Lambda Steps