[jira] [Commented] (TINKERPOP-1409) Make the "null" return in the gremlin console into something more understandable

2016-08-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15441343#comment-15441343 ] stephen mallette commented on TINKERPOP-1409: - Could there have been a setting to allow

[GitHub] tinkerpop pull request #391: Fixed empty result

2016-08-27 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/391 Fixed empty result Forgot to test this one. Fixed now. You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertdale/tinkerpop

[jira] [Commented] (TINKERPOP-1409) Make the "null" return in the gremlin console into something more understandable

2016-08-27 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15441337#comment-15441337 ] Robert Dale commented on TINKERPOP-1409: This was included in

[jira] [Closed] (TINKERPOP-1230) Serialising lambdas for RemoteGraph

2016-08-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1230. --- Resolution: Done Assignee: Marko A. Rodriguez Fix Version/s: 3.2.2

[jira] [Closed] (TINKERPOP-1347) RemoteConnection needs to provide TraversalSideEffects.

2016-08-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1347. --- Resolution: Done Assignee: stephen mallette Fix Version/s: 3.2.2

[jira] [Closed] (TINKERPOP-1392) Remove support for java serialized Traversal

2016-08-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1392. --- Resolution: Done > Remove support for java serialized Traversal >

[jira] [Closed] (TINKERPOP-1226) Gremlin Console should :clear automagically after "Display stack trace."

2016-08-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1226. --- Resolution: Done Assignee: stephen mallette Fix Version/s: 3.2.2

[jira] [Closed] (TINKERPOP-1285) Gremline console does not differentiate between multi-line and single-line input

2016-08-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1285. --- Resolution: Done Assignee: stephen mallette Fix Version/s: 3.2.2

[GitHub] tinkerpop pull request #385: TINKERPOP-1285 added multi-line line number sup...

2016-08-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/385 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (TINKERPOP-1285) Gremline console does not differentiate between multi-line and single-line input

2016-08-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15441294#comment-15441294 ] ASF GitHub Bot commented on TINKERPOP-1285: --- Github user asfgit closed the pull request at:

[jira] [Commented] (TINKERPOP-1246) 'help' in the gremlin console should give the user something

2016-08-27 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15441280#comment-15441280 ] Robert Dale commented on TINKERPOP-1246: This was included in

[GitHub] tinkerpop issue #385: TINKERPOP-1285 added multi-line line number support

2016-08-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/385 This was rebased on master. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

Code Freeze 3.1.4/3.2.2

2016-08-27 Thread Stephen Mallette
Code freeze begins today. Some minor changes to expect on master: + We have one lingering PR that needs to be merged once it is rebased: https://github.com/apache/tinkerpop/pull/385 + I suspect we will see more tests on gremlin-python as well as tweaks to the build process + We may see one more

[GitHub] tinkerpop pull request #390: GraphSON 2.0 Deser tweaks and improvements

2016-08-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/390 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Building gremlin-python

2016-08-27 Thread Stephen Mallette
Now that gremlin-python has been merged to master, you might wonder about what this has done to our build/release process. Well, not very much. If you do your standard mvn clean install on master right now you should see that everything builds and is good to go - even gremlin-python. So,