summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-13.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fixing all the tests and source which still use...Paul Phillips2011-08-081-6/+5
| | | | | | | 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.
* Made the icode reader more resilient to errors.Iulian Dragos2010-04-131-0/+323
| | | | | | | symbol does not cause any crashes, but the method using an unknown symbol will not be used for inlining. Resurrected tests, removed spec-matrix for the moment. No review.
* Disabling some more tests which crash under -op...Paul Phillips2010-04-121-323/+0
| | | | | Disabling some more tests which crash under -optimise. No review.
* Unique's seeming victory is overruled by commit...Paul Phillips2010-02-041-2/+2
| | | | | | Unique's seeming victory is overruled by committee. It is "distinct", not "unique", wherein lies the nub. No review.
* Striking while the iron is hot, renamed removeD...Paul Phillips2010-02-031-2/+2
| | | | | | | | | Striking while the iron is hot, renamed removeDuplicates to unique and deprecated removeDuplicates. The debate between distinct and unique was vigorous but unique won by a freckle. (Dark horse 'nub' was disqualified for taking performance enhancers.) The only thing which might need review is the choice of name, but review by odersky.
* [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.
* int -> Int, etc..michelou2008-06-101-1/+1
|
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+324
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-324/+0
| | | | | Removed old scala tests from new Scala core module.
* - Made platform independantmihaylov2005-10-051-64/+9
| | | | | - Removed the Interpreter which was not used
* *** empty log message ***Martin Odersky2004-09-021-1/+1
|
* - added 'import java.lang.System' to allow the ...mihaylov2003-12-081-0/+2
| | | | | | - added 'import java.lang.System' to allow the tests to compile with the .NET backend
* *** empty log message ***Martin Odersky2003-11-181-1/+1
|
* *** empty log message ***Martin Odersky2003-07-111-2/+2
|
* *** empty log message ***Martin Odersky2003-03-311-4/+4
|
* - Added test file Course-2002-13.scalapaltherr2003-03-211-0/+377