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
overridedefareEqual(a: Try[T], b: Any):Boolean= a match {
46
41
caseSuccess(double: Double) if double.isNaN =>// This is because in scala.js x/0 results to NaN not ArithmetricException like in jvm, and we need to make sure Success(NaN) == Success(NaN) is true to pass the test.
@@ -340,15 +335,21 @@ class PosZIntSpec extends FunSpec with Matchers with GeneratorDrivenPropertyChec
340
335
}
341
336
342
337
it("should offer 'to' and 'until' methods that are consistent with Int") {
0 commit comments