summaryrefslogtreecommitdiff
path: root/test/files/run/forvaleq.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-15/+15
|
* Reversed the values of "is" and "is not" in rec...Paul Phillips2011-08-101-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Reversed the values of "is" and "is not" in recent for comprehension deprecation. DO NOT BLOW HATCH REPEAT DO NOT BLOW HATCH "Roger! Hatch blown." Events reveal it was all baby, no bathwater. It turns out that the specification is merely a document, not infallible holy writ as we had all previously believed. So it is not the ABSENCE of val in a for comprehension assignment which is deprecated, it is the PRESENCE of val. Summarizing again, more accurately perhaps: for (x <- 1 to 5 ; y = x) yield x+y // THAT's the one for (val x <- 1 to 5 ; y = x) yield x+y // fail for (val x <- 1 to 5 ; val y = x) yield x+y // fail for (x <- 1 to 5 ; val y = x) yield x+y // deprecated No review.
* Fixing all the tests and source which still use...Paul Phillips2011-08-081-7/+7
| | | | | | | Fixing all the tests and source which still use the old for comprehension syntax with vals where there are no vals and no vals where there are vals. No review.
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+0
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* Polished up some disabled tests and returned th...Paul Phillips2009-08-141-0/+92
| | | | | Polished up some disabled tests and returned them to files.
* massive new collections checkin.Martin Odersky2009-05-081-92/+0
|
* int -> Int, etc..michelou2008-06-101-33/+33
|
* (no commit message)Martin Odersky2006-02-101-2/+15
|
* (no commit message)Lex Spoon2006-02-101-2/+1
|
* (no commit message)Lex Spoon2006-02-101-0/+80