[tinkerpop] branch tp4 updated: have emit().until().repeat() working in Pipes and Beam. I've generalized the semantics a bit from TP3. Basically, the order in which until() and emit() are provided det

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new d4b0a27 have emit().until().repeat() working in Pip

[tinkerpop] branch tp4 updated: added RepeatStartFn and RepeatEndFn to Beam to wrap the repeat-loop. This is necessary to handle the case when until() and emit() are split on opposite sides of repeat(

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 5784db0 added RepeatStartFn and RepeatEndFn to Beam

[tinkerpop] branch tp4 updated: added a repeat() optimization where if there are not start or end predicates, then certain data paths and functions can be ignored from the stream.

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 744ae44 added a repeat() optimization where if ther

[tinkerpop] branch tp4 updated: added RepeatDeadEnd in Beam so that if too many loops have occurred, then an exception is thrown. This is necessary since looping in Beam is accomplished with exponents

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 2cb5a83 added RepeatDeadEnd in Beam so that if too

[tinkerpop] branch tp4 updated: Path is now an interface. BasicPath an implementation. Have started down the Traverser species route with COTraverser and COPTraverser.

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new e0d74e3 Path is now an interface. BasicPath an impl

[tinkerpop] branch tp4 updated: have repeat().times() working. Created a new Traverser named CORTraverser which has coefficient, object, and repeat. Also support for unparameterized emit(). Getting re

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new e9b14e6 have repeat().times() working. Created a ne

[tinkerpop] branch tp4 updated: Getting smart about where to clone() and how to deal with traverser creation.

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new f603883 Getting smart about where to clone() and ho

[tinkerpop] branch tp4 updated: changed the Coefficient API to not return this. Thus, mult(), sum(), unity(), zero() means to mutate the current coefficient. The semantics are now obvious.

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 95bca40 changed the Coefficient API to not return t

[tinkerpop] branch tp4 updated: removed InternalFunction and NestedFunction interfaces. We are not using them right now. We will probably need something like this later, but cleaning up what we aren't

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 2769868 removed InternalFunction and NestedFunction

[tinkerpop] branch tp4 updated: minor optimizations and reorg.

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new b708d11 minor optimizations and reorg. b708d11 is d

[tinkerpop] branch tp4 updated: Implemented equijoin as JoinBarrier. Wow. Works great. You can now join in Pipes. Haven't tied it to Beam yet.

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 75d722e Implemented equijoin as JoinBarrier. Wow. W

[tinkerpop] branch tp4 updated: added Symbols.Tokens which has now inner, outer, full, etc. join tokens. May want to move it somewhere else later. More tweaks to JoinBarrier.

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 8fcc6fb added Symbols.Tokens which has now inner, o

[tinkerpop] branch tp4 updated: playing around with nested traversal typing and __. So ugly if its fully correct......

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 0f2dc52 playing around with nested traversal typing

[tinkerpop] branch tp4 updated: minor nothings....taking a break.

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 6ed80f2 minor nothingstaking a break. 6ed80f2 i

[tinkerpop] branch tp4 updated: added language/data with TMap, TVertex, TEdge, TKV, TElement interfaces. Moved Traversal stuff to languages/gremlin. This will need to be moved to a newproject called l

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 01afbf7 added language/data with TMap, TVertex, TEd

[tinkerpop] branch tp4 updated: moved all the Gremlin stuff to a new submodule of languages -- languages/gremlin. I think we can get rid of core here soon.

2019-03-17 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new e416465 moved all the Gremlin stuff to a new submod