summaryrefslogtreecommitdiff
path: root/test/files/jvm/try-type-tests.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8035 Deprecate automatic () insertion in argument listsSimon Ochsenreither2014-01-091-132/+132
| | | | | | | | | | | | | This promotes the () insertion warning from -Ywarn-adapted-args to a deprecation warning. -Xfuture tunrs it into a compiler error. Auto tupling remains unchanged for now. The tests have been fixed the following way: - Warnings caused by general sloppiness (Try(), Future(), ...) have been fixed. - Warnings which raise interesting questions (x == (), ...) received an updated checkfile for now.
* SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some scalac output is on stderr, and it's useful to see that in the log file, especially for debugging. Adds a line filter for logs, specified as "filter: pattern" in the test source. Backslashes are made forward only when detected as paths. Test alignments: Deprecations which do not pertain to the system under test are corrected in the obvious way. When testing deprecated API, suppress warnings by deprecating the Test object. Check files are updated with useful true warnings, instead of running under -nowarn. Language feature imports as required, instead of running under -language. Language feature not required, such as casual use of postfix. Heed useful warning. Ignore broken warnings. (Rarely, -nowarn.) Inliner warnings pop up under -optimise only, so for now, just filter them out where they occur. Debug output from the test required an update.
* Doc fix on exec ctx prepare method, fix to testsHeather Miller2012-08-081-1/+3
|
* Added tests, removal of unnecessary methods, fixes prepareHeather Miller2012-08-071-0/+14
|
* Basing Futures on Try instead of EitherHeather Miller2012-08-041-125/+3
|
* SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-051-0/+250