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
When using symbol keys, this creates non deterministic behavior. It
creates a hash with both a symbol and string key for host, which means
that it depends on hash ordering which hosts it uses.
Since in 1.8 hash ordering is not defined, this creates random errors.
Fixes that sometimes it fails on Rubinius and REE in #334
0 commit comments