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
Since Swift has simplified the crazy protocol change for numerics, Nimble should switch to use the new protocol instead of simplifying it down to Double types.
beCloseTo matcher is the obvious one that needs fixing, but others that explicitly use Double should be updated as needed.
The text was updated successfully, but these errors were encountered:
Since Swift has simplified the crazy protocol change for numerics, Nimble should switch to use the new protocol instead of simplifying it down to
Double
types.beCloseTo
matcher is the obvious one that needs fixing, but others that explicitly useDouble
should be updated as needed.The text was updated successfully, but these errors were encountered: