summaryrefslogtreecommitdiff
path: root/test/files/pos/List1.scala
Commit message (Collapse)AuthorAgeFilesLines
* Maintenance of Predef.Paul Phillips2013-02-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+45
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-45/+0
| | | | | Removed old scala tests from new Scala core module.
* *** empty log message ***Martin Odersky2005-03-221-3/+3
|
* *** empty log message ***Martin Odersky2004-01-151-0/+45
|
* *** empty log message ***Martin Odersky2004-01-071-45/+0
|
* *** empty log message ***Martin Odersky2003-04-301-2/+2
|
* *** empty log message ***Martin Odersky2003-03-311-1/+1
|
* - Removed True & False from Predefpaltherr2003-03-181-4/+4
| | | | | - Updated all scala files to use true & false
* *** empty log message ***Martin Odersky2003-03-181-1/+1
|
* *** empty log message ***Martin Odersky2003-03-041-2/+2
|
* *** empty log message ***Martin Odersky2003-03-031-1/+1
|
* *** empty log message ***Martin Odersky2003-02-191-7/+7
|
* Initial version.Martin Odersky2003-02-141-0/+45