You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've asked my question on Gitter and have not received a satisfactory answer.
I've included a complete bug report template. This step helps us and allows us to see the bug without trying to reproduce the problem from your description. It helps you because you will frequently detect if it's a problem specific to your project.
Description
Relationship objects are used as key in @join_details in JoinManager . This hash contains two types of objects: String and Relationship. In case of hash collisions in @join_details the method Relationship#eql? is called. It currently fails when comparing with a string key.
Relationship objects are used as key in @join_details in JoinManager.
This hash contains two types of objects: String and Relationship
In case of hash collisions in @join_details the method Relationship#eql? is called.
It currently fails when comparing with a string key.
Fixescerebris#1333
This issue is a (choose one):
Checklist before submitting:
Description
Relationship objects are used as key in
@join_details
in JoinManager . This hash contains two types of objects: String and Relationship. In case of hash collisions in@join_details
the methodRelationship#eql?
is called. It currently fails when comparing with a string key.Reproducible script is here: https://gist.github.com/larskanis/16af0f9e37eac17f27800468a5a6acab
It must be started a hundred times but fails eventually with the following error:
The text was updated successfully, but these errors were encountered: