summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-07.scala
Commit message (Collapse)AuthorAgeFilesLines
* deprecate Pair and TripleDen Shabalin2013-11-201-70/+70
|
* Maintenance of Predef.Paul Phillips2013-02-121-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Deprecates much of Predef and scala.Console, especially: - the read* methods (see below) - the set{Out,Err,In} methods (see SI-4793) 2) Removed long-deprecated: - Predef#exit - Predef#error should have gone, but could not due to sbt At least the whole source base has now been future-proofed against the eventual removal of Predef#error. The low justification for the read* methods should be readily apparent: they are little used and have no call to be in global namespace, especially given their weird ad hoc semantics and unreasonably tempting names such as readBoolean(). 3) Segregated the deprecated elements in Predef from the part which still thrives. 4) Converted all the standard Predef implicits into implicit classes, value classes where possible: - ArrowAssoc, Ensuring, StringFormat, StringAdd, RichException (value) - SeqCharSequence, ArrayCharSequence (non-value) Non-implicit deprecated stubs prop up the names of the formerly converting methods.
* [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-83/+82
|
* fixed test files.Martin Odersky2007-06-221-1/+1
|
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-301-25/+25
| | | | | | Fixing the build (toString() issues in the compiler) and the test suite (toString() issues, spacing issues, and some stringPrefix issues)
* Made some test cases platform-independentmihaylov2006-10-101-67/+65
|
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+726
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-726/+0
| | | | | Removed old scala tests from new Scala core module.
* - Removed List from Predefpaltherr2004-01-131-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-07-221-1/+1
|
* *** empty log message ***Martin Odersky2003-03-311-14/+14
|
* - Added exercicespaltherr2003-03-211-0/+255
|
* - Added test file Course-2002-07.scalapaltherr2003-03-201-0/+469