summaryrefslogtreecommitdiff
path: root/test/files/run/unapply.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-3/+3
|
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-2/+2
| | | | | | | 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.
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-191-44/+33
| | | | | | | | | | | | Removes SUnit (long deprecated!) from the standard library. the relatively small number of partest tests in Scala's suite that were still using SUnit now either just use regular asserts, or they print stuff that partest checks with a .check file. Also fixed some bad indentation, removed ancient useless-looking commented-out code, etc. Contributed by Seth Tisue (way to go seth) no review.
* removed warnings in test filesmichelou2010-10-231-1/+1
|
* Finally completed the incredibly tedious task o...Paul Phillips2009-11-181-1/+1
| | | | | | Finally completed the incredibly tedious task of removing the lower case primitive aliases from Predef. Had to rebuild msil.jar along the way.
* new arrays are done.Martin Odersky2009-09-211-1/+1
|
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* massive new collections checkin.Martin Odersky2009-05-081-1/+1
|
* added EOLs, missing headersmichelou2008-06-101-2/+2
|
* fixed Philipp's bug #1256 for real this time, u...Burak Emir2007-08-151-0/+16
| | | | | | fixed Philipp's bug #1256 for real this time, use switch for characters (includes ugly boxing bug workaround), use StdNames in CodeFactory
* optimzing unapply calls returning Some[T], savi...Burak Emir2007-07-061-0/+14
| | | | | | optimzing unapply calls returning Some[T], saving emptynessCheck fix of #999 (better late than never), added test case to run/unapply.scala
* new pattern matching algoBurak Emir2007-03-221-14/+14
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* more changes to make tuples (...)Martin Odersky2007-02-141-7/+7
|
* added test case 4 select unapplyBurak Emir2007-01-311-3/+20
|
* moved working tests to filesBurak Emir2007-01-241-0/+86