summaryrefslogtreecommitdiff
path: root/test/pending
Commit message (Collapse)AuthorAgeFilesLines
* fixed #283 #289Martin Odersky2007-12-212-0/+18
|
* Fixed ticket #10Iulian Dragos2007-11-212-18/+0
|
* changed SuperAccessors for t010; reassigned to ...Martin Odersky2007-11-212-0/+18
| | | | | changed SuperAccessors for t010; reassigned to Iulian
* Moving my tests to pending since they won't pas...Sean McDirmid2007-10-192-0/+58
| | | | | | Moving my tests to pending since they won't pass unless arrays are fixed.
* moved run/arrays-2.* to pendingmichelou2007-10-192-0/+33
|
* *** empty log message ***Lex Spoon2007-10-051-0/+7
|
* (no commit message)Lex Spoon2007-10-051-0/+9
|
* fixed bugs.Burak Emir2007-09-041-0/+21
|
* Renamed Trac bug reports according to the t####...Lex Spoon2007-09-044-0/+0
| | | | | Renamed Trac bug reports according to the t#### convention
* (no commit message)Lex Spoon2007-09-032-0/+14
|
* (no commit message)Lex Spoon2007-09-032-0/+48
|
* fixed (as side-effect of fix for 1210, I assume)Adriaan Moors2007-08-221-9/+0
|
* quick fix for the first part of bug1210 (compil...Adriaan Moors2007-07-201-0/+10
| | | | | quick fix for the first part of bug1210 (compiler loops in normalize), so that the other problem is revealed: escaping variable is not detected. For the first part, I added an ugly explicit if to `normalize` -- I haven't figured out why it's needed yet.
* test cases for unbox problemBurak Emir2007-06-222-0/+12
|
* (no commit message)Lex Spoon2007-05-184-0/+15
|
* pending test for bug 1085Adriaan Moors2007-05-031-0/+9
|
* (no commit message)Lex Spoon2007-04-203-0/+16
|
* Cleaned up test/pending/mihaylov2007-04-171-5/+0
|
* Moved some test from pending/ to files/mihaylov2007-04-179-79/+0
|
* Added 2 test cases in pending/posmihaylov2007-04-172-0/+17
|
* "fixed" bug 1040, re-opened as 1046Adriaan Moors2007-04-162-0/+7
| | | | | tcpoly_parseridioms no longer uses exotic method names -- exoticnames.scala is a dedicated test that I feel should pass (it doesn't)
* added pending test for bug 1042Adriaan Moors2007-04-121-0/+14
|
* adding test files from tcpoly branch without hi...Adriaan Moors2007-04-061-0/+12
| | | | | adding test files from tcpoly branch without history -- much faster this way, sorry
* copying tests from tcpoly branchAdriaan Moors2007-04-061-0/+46
|
* 4-digits numberingmichelou2007-04-056-0/+11
|
* Revamped scala-doc.Sean McDirmid2007-03-281-0/+8
|
* Moved pos/contribution_406.scala in pending bec...mihaylov2007-03-261-0/+5
| | | | | | Moved pos/contribution_406.scala in pending because it does actually crash the compiler
* (no commit message)Lex Spoon2007-03-162-0/+3
|
* (no commit message)Lex Spoon2007-03-162-0/+14
|
* HasKeyValue does not work? added pending/jvm/ba...Burak Emir2007-03-031-0/+9
| | | | | | | HasKeyValue does not work? added pending/jvm/backendBugUnapply fixed xml parsing, supports the ever-growing stateful scanner hacks now (sepRegions)
* prepared the ground for duck typing.Martin Odersky2007-02-231-0/+25
|
* added test case 4 select unapplyBurak Emir2007-01-311-103/+0
|
* test case for unapply gadt evaluatorBurak Emir2007-01-241-0/+35
|
* forgot check file and removed flags fileBurak Emir2007-01-242-2/+0
|
* moved working tests to filesBurak Emir2007-01-2415-360/+0
|
* (no commit message)Lex Spoon2007-01-241-0/+35
|
* Moved collection test to pendingIulian Dragos2007-01-192-0/+138
|
* enabled -Xunapply.Martin Odersky2007-01-162-2/+2
| | | | | | | | fixed bug contrib 291. Added Map/Set types to Predef. Option no longer inherits from Iterable, but there's an implicit conversion. various other small things.
* libBurak Emir2007-01-141-0/+11
| | | | | | | | | | Seq.scala: fixed unapply method nsc Trees.scala: Transformer is homomorphism for UnApply ExplOuter: removed System.exit for debug (oops, this annoys Eclipse users) TransM: case UnApply for isRegularPattern GenICode: error msg gives compilation unit, too
* added colon to check files in pendingBurak Emir2007-01-085-5/+5
|
* Added `:' to after line in error messages; chan...Martin Odersky2007-01-061-1/+1
| | | | | | Added `:' to after line in error messages; changed unapply pattern matching. Changed TreeSet collection class.
* removed Xkilloption from ExplicitOuterBurak Emir2007-01-052-4/+13
| | | | | | | tab->whitespace in PatternMatcher modified test case unapplySeq new test case unapplyGeneric
* * TupleN extends ProductN, again (genprod updated)Burak Emir2007-01-021-0/+2
| | | | | | | | | | * better comments and parameter names in scala.xml.MetaData typechecker * now handles special cases (n=0, n=1) for unapply correctly * * even if one returns a Option[Product1[T]] * typechecker now handles unapply return types correctly * * e.g. when returning Option[{A,B}] instead of Option[Product2[A,B]]
* caseclasses implement Product directlyBurak Emir2006-12-251-55/+0
| | | | | caseclasses do not implement ProductN anymore
* test case, unapply <-> as in "Matching with Obj...Burak Emir2006-12-252-0/+85
| | | | | test case, unapply <-> as in "Matching with Objects"
* moved from pendingmichelou2006-12-132-36/+0
|
* (no commit message)michelou2006-12-131-4/+7
|
* added test for already defined valuesmichelou2006-12-122-0/+33
|
* more on Xkilloption, and a PM fixBurak Emir2006-12-031-14/+74
|
* corrected bug in unapply test caseBurak Emir2006-11-301-2/+2
|