summaryrefslogtreecommitdiff
path: root/test/files/run/checked.flags
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to update the flags for the test.Geoffrey Washburn2008-08-141-1/+1
|
* Made -Xcheckinit imply -Xfuture, and added -Xfu...Iulian Dragos2008-07-291-1/+1
| | | | | | Made -Xcheckinit imply -Xfuture, and added -Xfuture to enable future language features (right now, only the new initialization order).
* Added -nowarn so that scalatest and partest beh...Iulian Dragos2008-07-291-1/+1
| | | | | Added -nowarn so that scalatest and partest behave similarly
* Added -Ycheckinit, which causes all getters to ...Iulian Dragos2008-07-281-0/+1
Added -Ycheckinit, which causes all getters to check that fields are initialized before being used. It reuses the same machinery (and bitmaps) as lazy values. For now it requires the new initialization order (-Xexperimental) to work.