summaryrefslogtreecommitdiff
path: root/test/files/run/arrays.scala
Commit message (Collapse)AuthorAgeFilesLines
* Maintenance of Predef.Paul Phillips2013-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-16/+14
| | | | | | | Removing the code which has been deprecated since 2.8.0. Contributed by Simon Ochsenreither, although deleting code is such fun one hesitates to call it a contribution. Still, we will. Closes SI-4860, no review.
* fixed up testsMartin Odersky2009-09-281-1/+1
|
* refined implicit resolution.Martin Odersky2009-09-281-0/+8
|
* [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.
* new arrays are done.Martin Odersky2009-09-211-7/+0
|
* fixed #713michelou2008-04-021-23/+38
|
* Array.zip supports arrays of different lengths.Lex Spoon2008-03-091-0/+12
|
* updated several tests for MSILmichelou2007-08-171-47/+47
|
* (no commit message)Martin Odersky2007-02-031-1/+1
|
* Moved scala.runtime.compat to scala.compatmihaylov2006-10-081-1/+1
|
* renamed All->Nothing, AllRef -> Null while keep...Martin Odersky2006-10-061-5/+5
| | | | | | renamed All->Nothing, AllRef -> Null while keeping the old names as aliases.
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+912
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-912/+0
| | | | | Removed old scala tests from new Scala core module.
* Made platform-independantmihaylov2005-10-041-22/+22
|
* *** empty log message ***Martin Odersky2005-02-141-75/+0
|
* [MSIL] Use toString instead of String.valueOf()...mihaylov2004-10-071-2/+2
| | | | | | [MSIL] Use toString instead of String.valueOf() to make it compile for .NET
* - Updated array testspaltherr2004-07-071-141/+970
|
* - 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
* - Flattened Byte, Short and Charpaltherr2003-12-041-10/+10
|
* - Fixed for flattened value typespaltherr2003-12-041-12/+12
|
* *** empty log message ***Martin Odersky2003-08-041-4/+4
|
* *** empty log message ***Martin Odersky2003-06-241-2/+2
|
* - Added arrays.scalapaltherr2003-05-221-0/+156