[ 
https://issues.apache.org/jira/browse/TINKERPOP3-984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15019050#comment-15019050
 ] 

ASF GitHub Bot commented on TINKERPOP3-984:
-------------------------------------------

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

----


> Script1.groovy: 1: unexpected char: '#' @ line 1, column 5.    
> g.V(#11:0).next()
> --------------------------------------------------------------------------------
>
>                 Key: TINKERPOP3-984
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-984
>             Project: TinkerPop 3
>          Issue Type: Improvement
>            Reporter: Marvin Froeder
>
> Groovy related tests rely on ID.toString(), which can cause problems with any 
> implementation that uses non-primitive ids:
> {code}
> Script1.groovy: 1: unexpected char: '#' @ line 1, column 5.
>    g.V(#11:0).next()
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to