summaryrefslogtreecommitdiff
path: root/test/files/neg/t5067.check
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Moved ancillary methods off specialized traits."Paul Phillips2012-04-271-4/+4
| | | | | | This reverts commit 1d0372f84f9a7325a47beb55169cc454895ef74b. I forgot about polymorphic dispatch. Have to seek another way.
* Moved ancillary methods off specialized traits.Paul Phillips2012-04-241-4/+4
| | | | | | | Moved compose/andThen off Function1, curried/tupled off Function2. Pushed Tuple2 zipped into auxiliary class. Created implicits to plaster over the changes. This drops several hundred classfiles and takes (unoptimized) scala-library.jar from 7.8 Mb to 7.4 Mb.
* Fix for error printing regression.Paul Phillips2011-10-091-0/+6
One's devotion to aesthetics must not be allowed to trump one's commitment to clearly delineated tuplehood. Closes SI-5067, no review.