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
Avoid polymorphic comparison over float values (#1048)
* Add a failing test.
* Move `constant_equal` to `Code`.
* Use `Code.constant_equal` instead of polymorphic equality in join.
* Do not use polymorphic equality over `Code.constant` values.
* Add changelog entry.
* Do not use `Int64.equal` (not available in 4.02).
* Do not use `Array.iter2` (not available in 4.0{2,3,4}).
* Do not use `Int64.equal` (not available in 4.02).
* Refmt
* refactor
Co-authored-by: Hugo Heuzard <[email protected]>
0 commit comments