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
{{ message }}
This repository has been archived by the owner on May 4, 2019. It is now read-only.
There's a special method for find(::NullableArray) which returns the expected result, but it doesn't sound great that arrays of Nullable{Bool} don't behave properly. Should Nullable(false) != 0 be equivalent to false != 0?
(This is a bit weird to report this against this repo, but since ==(::Nullable, ::Nullable) is defined here...)
The text was updated successfully, but these errors were encountered:
The behavior of
find
onArray{Nullable{Bool}}
doesn't make any practical sense:There's a special method for
find(::NullableArray)
which returns the expected result, but it doesn't sound great that arrays ofNullable{Bool}
don't behave properly. ShouldNullable(false) != 0
be equivalent tofalse != 0
?(This is a bit weird to report this against this repo, but since
==(::Nullable, ::Nullable)
is defined here...)The text was updated successfully, but these errors were encountered: