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
Summary:
- the next version of eqwalizer (D108936049) distinguishes `integer()` and `float()` (`number() :: integer() | float()`),
- because we previously did not have such distinction during type-checking, many specs/types did not pay much attention to proper numeric types
- this diff contains type and spec fixes (with minimal code changes - fixing guards in a few obvious places) that remove type errors related to `integer()` and `float()` being different types.
- it reduces the number of type error (wrt new eqwalizer) ~800 -> ~100.
Reviewed By: michalmuskala
Differential Revision: D109170364
fbshipit-source-id: a2577db6dccb72eaf228372fb1fe264a5b39add0
0 commit comments