GitHub user newkek opened a pull request:
https://github.com/apache/tinkerpop/pull/921
Add self loop example to Cycle Detection recipe.
Not sure if it is worth it but I figured out that self loops weren't
detected in the given example.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/newkek/incubator-tinkerpop
cycles-recipe-self-loops
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/921.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 #921
----
commit 87ce35824dac27f6bba9329aeb88b49940187c55
Author: Kevin Gallardo <kevin.gallardo@...>
Date: 2018-08-24T21:18:43Z
Add self loop example to Cycle Detection recipe.
----
---