Github user dkuppitz commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/699#discussion_r135670549
--- Diff:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/traverser/LP_O_OB_P_S_SE_SL_Traverser.java
---
@@ -106,17 +106,18 @@ public void dropPath() {
@Override
public int hashCode() {
- return super.hashCode() + this.path.hashCode();
+ if (carriesUnmergeableSack()) {
--- End diff --
Be glad that your agreeability score is 1. Mine is 3, thus I won't start a
discussion about these 2 variants ending up having the same bytecode. Will
change that tomorrow.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---