tinkerpop git commit: minor optimization. if the bytecode does not have source or step instructions don't add an empty array to GraphSON representation.

2016-07-13 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 1bfa333ea -> f834235bc minor optimization. if the bytecode does not have source or step instructions don't add an empty array to GraphSON representation. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: Got lambdas serialized into Bytecode GraphSON. I have a way to make it so you can do every thing via JavaTranslator --- Java functions/predication/etc. will just wrap a call to a

2016-07-13 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 2ad524039 -> 1bfa333ea Got lambdas serialized into Bytecode GraphSON. I have a way to make it so you can do every thing via JavaTranslator --- Java functions/predication/etc. will just wrap a call to a ScriptEngine. Got is

tinkerpop git commit: removed TranslatorHelper as its flattenArguments method is no longer needed. Bytecode flattens arguments. Simplified Bytecode a bit more.

2016-07-13 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 0319b3d95 -> 2ad524039 removed TranslatorHelper as its flattenArguments method is no longer needed. Bytecode flattens arguments. Simplified Bytecode a bit more. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

tinkerpop git commit: Bytecode now has a simple List.toString(). GraphSONTraversalSerializers has Bytecode, P, and Enum serializers and deserializers. I registered these new serializers with GraphSONM

2016-07-13 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 9158431c0 -> 0319b3d95 Bytecode now has a simple List.toString(). GraphSONTraversalSerializers has Bytecode, P, and Enum serializers and deserializers. I registered these new serializers with GraphSONModule. Thus, now Bytecode

[2/5] tinkerpop git commit: Fixed location of licenses in gremlin server LICENSE CTR

2016-07-13 Thread spmallette
Fixed location of licenses in gremlin server LICENSE CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/383b721a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/383b721a Diff:

[3/5] tinkerpop git commit: Added a note about open JIRA tickets to dev docs.

2016-07-13 Thread spmallette
Added a note about open JIRA tickets to dev docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8ebaf60a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8ebaf60a Diff:

[4/5] tinkerpop git commit: Re-worked text in dev docs around JIRA issues.

2016-07-13 Thread spmallette
Re-worked text in dev docs around JIRA issues. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6bac504d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6bac504d Diff:

[5/5] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-07-13 Thread spmallette
Merge remote-tracking branch 'origin/tp31' Conflicts: docs/src/dev/developer/release.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/992dddf2 Tree:

tinkerpop git commit: Re-worked text in dev docs around JIRA issues.

2016-07-13 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp31 8ebaf60a9 -> 6bac504d5 Re-worked text in dev docs around JIRA issues. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6bac504d Tree:

tinkerpop git commit: Deprecate the groovy ConcurrentBindings and move to core.

2016-07-13 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 099ae6b7c -> 9158431c0 Deprecate the groovy ConcurrentBindings and move to core. This class is quite re-usable. Now that gremlin-core holds ScriptEngine stuff, this Bindings implementation should be there too. Project:

[2/2] tinkerpop git commit: Merge branch 'fix_long_literal' of https://github.com/leifurhauks/incubator-tinkerpop into TINKERPOP-1278

2016-07-13 Thread okram
Merge branch 'fix_long_literal' of https://github.com/leifurhauks/incubator-tinkerpop into TINKERPOP-1278 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/099ae6b7 Tree:

[1/2] tinkerpop git commit: TINKERPOP-1278 : Removed long literal 'L' suffix

2016-07-13 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 c16d632c1 -> 099ae6b7c TINKERPOP-1278 : Removed long literal 'L' suffix The 'L' suffix on numeric literals is a syntax error in python3. As far as I can tell, the suffix on the literal in this expression in JythonTranslator

tinkerpop git commit: Finalize some variables to maintain code consistency.

2016-07-13 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master cc5906246 -> 37d5b9f7a Finalize some variables to maintain code consistency. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/37d5b9f7 Tree:

tinkerpop git commit: Renamed EngineToTest annotation to ScriptEngineToTest

2016-07-13 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 508f21627 -> c16d632c1 Renamed EngineToTest annotation to ScriptEngineToTest EngineToTest was too easy to confuse with GraphComputer related engine stuff. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: Refactored ScriptEngineLambda tests.

2016-07-13 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 e37d33bc0 -> 508f21627 Refactored ScriptEngineLambda tests. There were two representations of the same test. Migrated the groovy-related one over to the gremlin-test one so that it could be re-used. Project: