summaryrefslogtreecommitdiff
path: root/test/files/run/is-valid-num.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-4540 Fix [RichDouble|RichFloat|RichLong].isValid[Byte|Short|Char|Int].Dmitry Nadezhin2012-04-081-58/+273
| | | | | | | | | | This commit fixes test cases mentioned in comment 03/Apr/12 to SI-4540. Methods are fixed in leaf classes RichDouble|RichFloat|RichLong. Their superclasses are not modified. File is-valid-num.scala contains commented tests of isValidLong|isValidFloat|isValidLong, but they are not added anywhere now.
* SI-5627 BigInt.equals(Number) and BigDecimal.equals(Number) should implement ↵Dmitry Nadezhin2012-04-021-0/+77
| | | | equality in mathematical sense
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Makes BigInt's isValidThing methods make some k...Paul Phillips2011-05-051-0/+20
Makes BigInt's isValidThing methods make some kind of sense. I wish I hadn't written so much code for the numerical classes which languishes in git tributaries. Closes #4540, no review.