You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by pluradj <gi...@git.apache.org> on 2015/06/15 16:59:22 UTC

[GitHub] incubator-tinkerpop pull request: TINKERPOP-727 doc update for __....

GitHub user pluradj opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/81

    TINKERPOP-727 doc update for __.in() and __.as()

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pluradj/incubator-tinkerpop TINKERPOP-727

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/81.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 #81
    
----
commit 82b6a2690915ca762f88eabd54ef4c4300a1b1bd
Author: Jason Plurad <pl...@users.noreply.github.com>
Date:   2015-06-15T14:56:09Z

    TINKERPOP-727 doc update for __.in() and __.as()

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-727 doc update for __...

Posted by pluradj <gi...@git.apache.org>.
Github user pluradj commented on the pull request:

    https://github.com/apache/incubator-tinkerpop/pull/81#issuecomment-112115058
  
    Good point, Daniel. I'll make additional updates to the wording.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-727 doc update for __...

Posted by dkuppitz <gi...@git.apache.org>.
Github user dkuppitz commented on the pull request:

    https://github.com/apache/incubator-tinkerpop/pull/81#issuecomment-112114536
  
    Note, that this is only an *issue* in Groovy (and other languages that have `as` and `in` as a keyword). In Java it just works:
    
    ```java
    g.V().repeat(in()).times(2).match("a",
        as("a").in("knows").as("b"),
        as("b").out("created")).select("b")
    ```
    
    Whether you can use the shortcut or not, always depends on the language that you're using.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-727 doc update for __...

Posted by pluradj <gi...@git.apache.org>.
Github user pluradj closed the pull request at:

    https://github.com/apache/incubator-tinkerpop/pull/81


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---