summaryrefslogtreecommitdiff
path: root/test/files/run/streamWithFilter.check
Commit message (Collapse)AuthorAgeFilesLines
* Made the icode reader more resilient to errors.Iulian Dragos2010-04-131-0/+5
| | | | | | | symbol does not cause any crashes, but the method using an unknown symbol will not be used for inlining. Resurrected tests, removed spec-matrix for the moment. No review.
* Disabled the test which is hanging the -optimis...Paul Phillips2010-04-121-5/+0
| | | | | Disabled the test which is hanging the -optimise run. No review.
* Gave Stream a lazy withFilter implementation.Paul Phillips2010-04-071-0/+5
can have a collection containing all the even numbers in the universe and still be home in time for tea. Threw in some Stream cleanups for free. Closes #3265, review by community.