summaryrefslogtreecommitdiff
path: root/test/files/run/implicits.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-251-0/+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.
* Renamed Application to App.Martin Odersky2011-02-211-1/+1
|
* refined changes to implicits to allow again imp...Martin Odersky2010-01-041-1/+0
| | | | | | refined changes to implicits to allow again implicits in non-static companion objects.
* Added extensive statistics, reduced time of imp...Martin Odersky2010-01-041-0/+1
| | | | | | Added extensive statistics, reduced time of implicit resolution by 2/3rds, of whole typer by 1/4 to 1/3rd.
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-0/+23
| | | | | | Massive redesign so that: scala> "hi" == "hi".reverse.reverse gives: res0: Boolean = true Preparing to do similar things to arrays.
* int -> Int, etc..michelou2008-05-201-1/+1
|
* Moved Java-specific tests to test/files/jvm/mihaylov2006-10-101-0/+0
|
* fixes to ExplicitOuter to pass test suiteMartin Odersky2006-09-121-0/+25