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
[error] 129|caseNone=>
[error] |^^^^
[error] |Values of types objectNone and Option[T] cannot be compared with== or !=.
[error] |Ifound:
[error] |
[error] |CanEqual.canEqualOptions[T, U](/* missing */summon[CanEqual[T, U]])
[error] |
[error] |But no implicit values were found that matchtypeCanEqual[T, U].
Expectation
CanEqual instance should come already defined for at the very least, the standard library. You have to strike a balance between versatility and usability.
As it is currently, -language:strictEquality is too cautious to be useful.