GitHub user okram opened a pull request:
https://github.com/apache/tinkerpop/pull/739
TINKERPOP-1821: Consistent behavior of self-referencing edges
https://issues.apache.org/jira/browse/TINKERPOP-1821
Added test for self-edges and fixed a semantic issue in `Neo4jGraph`
regarding self edges not being repeated on `BOTH`.
VOTE +1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1821
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/739.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 #739
----
commit 7f640f7e6d863cde1858d6bfa3ff502fd93a8663
Author: Stephen Mallette <[email protected]>
Date: 2017-10-30T15:06:02Z
TINKERPOP-1821 Added tests for consistent traversal behavior around
self-referencing edges
commit 5d68ca17160e4977eddfdb688f93d37440897957
Author: Marko A. Rodriguez <[email protected]>
Date: 2017-10-30T21:28:37Z
fixed up a self-edge test and Neo4jVertex to support repeat edges on BOTH.
----
---