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
This is not really a bug.
As the OP mentions, the problem here is that a Boolean is returned instead of a
boolean. The real "fix", if any, would be to have a BooleanVar.
See also issue #19.
A
Var
is a rather heavy beast:ArrayDeque
, we need aLinkedList
;Starting with 1.1.0,
Var
will not allow for nulls (there will be aNullableVar
for that). But the primitive case will not be solved.Another motivation is issue #17.
The text was updated successfully, but these errors were encountered: