You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/07/15 09:23:03 UTC

[GitHub] [tinkerpop] yawnston opened a new pull request, #1756: Fix declarative Gremlin example on the TinkerPop website

yawnston opened a new pull request, #1756:
URL: https://github.com/apache/tinkerpop/pull/1756

   The Gremlin example of declarative traversal on the TinkerPop website is incorrect, as the graph pattern specified does not yield the correct results. This PR fixes the example.
   
   Screenshot of how the example looks _before_ this edit:
   ![image](https://user-images.githubusercontent.com/18127325/179193674-d24f3deb-4911-4c4d-ab4a-5968d865291d.png)
   
   Screenshot of how the example looks _after_ this edit:
   ![image](https://user-images.githubusercontent.com/18127325/179193746-012663a9-72cd-4241-adc0-3c237a9712de.png)
   
   I tested these changes by creating a [minimal example on Gremlify](https://gremlify.com/1xjysyo1wzt/1), you can use it to verify that the new query example is correct.
   
   I also removed a random space in the imperative traversal example which looked weird on the site.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] bechbd merged pull request #1756: Fix declarative Gremlin example on the TinkerPop website

Posted by GitBox <gi...@apache.org>.
bechbd merged PR #1756:
URL: https://github.com/apache/tinkerpop/pull/1756


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org