summaryrefslogtreecommitdiff
path: root/test/files/run/streams.scala
Commit message (Collapse)AuthorAgeFilesLines
* Cull extraneous whitespace.Paul Phillips2013-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | One last flurry with the broom before I leave you slobs to code in your own filth. Eliminated all the trailing whitespace I could manage, with special prejudice reserved for the test cases which depended on the preservation of trailing whitespace. Was reminded I cannot figure out how to eliminate the trailing space on the "scala> " prompt in repl transcripts. At least reduced the number of such empty prompts by trimming transcript code on the way in. Routed ConsoleReporter's "printMessage" through a trailing whitespace stripping method which might help futureproof against the future of whitespace diseases. Deleted the up-to-40 lines of trailing whitespace found in various library files. It seems like only yesterday we performed whitespace surgery on the whole repo. Clearly it doesn't stick very well. I suggest it would work better to enforce a few requirements on the way in.
* SI-6415, overly eager evaluation in Stream.Jean-Remi Desjardins2012-12-281-0/+20
| | | | | | | The lengthCompare method in LinearSeqOptimized was looking one step further than it needed to in order to give the correct result, which was creating some unwanted side effects related to Streams.
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Renamed Application to App.Martin Odersky2011-02-211-1/+1
|
* new arrays are done.Martin Odersky2009-09-211-2/+2
|
* Changed Stream implementation to use tail recur...Iulian Dragos2008-04-021-0/+14
| | | | | | | Changed Stream implementation to use tail recursive calls directly, instead of tail-recursive local functions. This has better GC behavior, see ticket #692.
* -target 1.5 now the default.Martin Odersky2007-12-191-1/+1
|
* updated STARR for Java genericsmichelou2007-12-181-1/+1
|
* #153 still not fixed..michelou2007-12-141-1/+1
|
* Fixed #153 (thanks to Sean)michelou2007-12-121-1/+1
|
* added final modifier, commented out test for #153michelou2007-12-121-1/+1
|
* added length test to run/stream.scalamichelou2007-10-081-1/+4
|
* fixed ticket #153michelou2007-10-051-0/+5
|
* updated take/dropmichelou2007-06-271-0/+24