summaryrefslogtreecommitdiff
path: root/test/files/neg/migration28.flags
Commit message (Collapse)AuthorAgeFilesLines
* Removed a bunch of -Y warning options.Paul Phillips2010-04-151-1/+1
| | | | | | | back in the form of a compiler plugin. Also promoted -Yfatal-warnings to -Xfatal-warnings: this is key to writing tests which involve warnings and should be at least semi-supported. Closes #3300, no review.
* Added -Xmigration option and @migration annotat...Paul Phillips2010-03-051-0/+1
Added -Xmigration option and @migration annotation. At present it will warn about the following changes from 2.7 to 2.8: Stack iterator order reversed mutable.Set.map returns a Set and thus discards duplicates A case 'x @ Pattern' matches differently than 'Pattern' Review by odersky.