[3/3] tinkerpop git commit: ready for integration test

2016-07-07 Thread twilmes
ready for integration test Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6ee66009 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6ee66009 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/6ee66

[1/3] tinkerpop git commit: Prune path work.

2016-07-07 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1254-final [created] 6ee660095 http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e4e693e4/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderTest.groovy -

[2/3] tinkerpop git commit: Prune path work.

2016-07-07 Thread twilmes
Prune path work. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e4e693e4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e4e693e4 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e4e693e4 Branc

tinkerpop git commit: couldn't get native Python lambda code instrospection to work generally. suxoid....... howevewr, I did do some pom.xml cleanup and META-INF shizzzzz.

2016-07-07 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 8a4d208b4 -> c5eca63fe couldn't get native Python lambda code instrospection to work generally. suxoid... howevewr, I did do some pom.xml cleanup and META-INF shiz. Project: http://git-wip-us.apache.org/repos/asf/tinke

[2/3] tinkerpop git commit: reviewed @davebshow old PR and repackaged Gremlin-Python accordingly. gremlin_python/driver, structure, process. Thats that.'

2016-07-07 Thread okram
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8a4d208b/gremlin-python/src/main/jython/gremlin_python/process/__init__.py -- diff --git a/gremlin-python/src/main/jython/gremlin_python/process/__init__.py b/gremlin-python/sr

[1/3] tinkerpop git commit: reviewed @davebshow old PR and repackaged Gremlin-Python accordingly. gremlin_python/driver, structure, process. Thats that.'

2016-07-07 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 f91750634 -> 8a4d208b4 http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8a4d208b/gremlin-python/src/main/jython/gremlin_python/traversal.py -- diff --git a/

[3/3] tinkerpop git commit: reviewed @davebshow old PR and repackaged Gremlin-Python accordingly. gremlin_python/driver, structure, process. Thats that.'

2016-07-07 Thread okram
reviewed @davebshow old PR and repackaged Gremlin-Python accordingly. gremlin_python/driver,structure,process. Thats that.' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8a4d208b Tree: http://git-wip-us.apache.org/r

tinkerpop git commit: learned more about modules vs. packages in Python. Combined classes into a single .py file. Things are much cleaner now... all the traversal stuff is in traversal.py (strategies,

2016-07-07 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 f87bfeb54 -> f91750634 learned more about modules vs. packages in Python. Combined classes into a single .py file. Things are much cleaner now... all the traversal stuff is in traversal.py (strategies, strategy, translator, byt

tinkerpop git commit: subinterfaced Translator with ScriptTranslator and StepTranslator. Basically, any translator that is oriented towards a ScriptEngine is a ScriptTranslator. Any translator that ge

2016-07-07 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 ef77e6f83 -> f87bfeb54 subinterfaced Translator with ScriptTranslator and StepTranslator. Basically, any translator that is oriented towards a ScriptEngine is a ScriptTranslator. Any translator that generates 'native' step code

tinkerpop git commit: added ProcessStandard and ProcessComputer tests for JavaTranslator which basically generates a traversal bytecode, then clears the traversal of its steps and uses JavaTranslator

2016-07-07 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 9c3e64d6e -> ef77e6f83 added ProcessStandard and ProcessComputer tests for JavaTranslator which basically generates a traversal bytecode, then clears the traversal of its steps and uses JavaTranslator to regenerate the traversa