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
comparing 2 different Weak.t will succeed with js_of_ocaml where it should raise an exception.
We should either fix the runtime or document the deviation.
The text was updated successfully, but these errors were encountered:
@vouillon, any thoughts ?
I would fix the runtime and raise exceptions when needed.
I've had issues in the past, comparing React.signal with the default comparison. Weak.t inside React.signal were introducing cycles (comparing never stops)
comparing 2 different
Weak.t
will succeed with js_of_ocaml where it should raise an exception.We should either fix the runtime or document the deviation.
The text was updated successfully, but these errors were encountered: