Uh oh!
There was an error while loading. Please reload this page.
Check nullity for __eq__ and __ne__ - #734
Conversation
`__eq__` for `Array` checks for the lenght of `b`, but `b` could be `null`
mentalisttraceur
commented
Mar 8, 2021
I do not understand the reason for this special case. Should objects with custom equality checks not be allowed to decide if they are equal to |
mentalisttraceur
commented
Mar 8, 2021
What problems are caused by permitting |
mentalisttraceur
commented
Mar 8, 2021
These are genuine questions: I don't know, I haven't done enough work with Transcrypt to say. But my intuition is that classes should be able to receive raw |
mentalisttraceur
commented
Mar 8, 2021
Also, possibly related: independent of this change, I don't understand why these built-in Couple possibilities:
|
JennaSys
commented
Aug 4, 2024
Maybe related to #588 |
__eq__forArraychecks for the lenght ofb, butbcould benull