kolotaev/ride

Two Id instances built from same string are not considered equal

Closed this issue · 1 comments

How to reproduce:

scala> Id("b9tgdaa0vejqu6es2db0") == Id("b9tgdaa0vejqu6es2db0")
res3: Boolean = false

Yeh, we can consider this as a buggy behavior in the expected context and semantics of Ids.
Fixed in #4 by @fkoehler