Carpet

Carpet

2M Downloads

[Scarpet Bug] `null == undef` returns `true` instead of throwing an exception

altrisi opened this issue ยท 0 comments

commented

It should throw an exception.

Possible fix: Change NullValue#equals(Object other) to other.isNull().

Same for null >= undef (or any other comparison really).