GitHub user velo opened a pull request:
https://github.com/apache/incubator-tinkerpop/pull/150
TINKERPOP3-984
Made possible to use GraphProvider to convert ids into Strings
The idea is to prevent this:
````
Script1.groovy: 1: unexpected char: '#' @ line 1, column 5.
g.V(#11:0).next()
````
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/velo/incubator-tinkerpop TINKERPOP3-984
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tinkerpop/pull/150.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #150
----
commit de6899fee944658ae4e89ffe067b10b702afe31a
Author: Marvin Froeder <[email protected]>
Date: 2015-11-20T23:27:00Z
TINKERPOP3-984 - made possible to use GraphProvider to convert ids into
Strings
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---