summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* new pattern matching algoBurak Emir2007-03-229-53/+81
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* added Array.deepEquals, improved external links...michelou2007-03-203-41/+110
| | | | | added Array.deepEquals, improved external links to sources in API doc
* Catch tail calls made from tail boolean or.Iulian Dragos2007-03-192-0/+23
|
* fixed bug1006Martin Odersky2007-03-191-0/+15
|
* added Array.deepToString, cleaned up MatchErrormichelou2007-03-162-0/+90
|
* (no commit message)Lex Spoon2007-03-162-0/+3
|
* (no commit message)Lex Spoon2007-03-166-0/+36
|
* fixed test to new MatchError interfaceBurak Emir2007-03-151-2/+2
|
* changed test filesMartin Odersky2007-03-143-1/+112
|
* partial fix of bug 999Martin Odersky2007-03-141-0/+4
|
* fixed bug 1000 and david pollaks problem wrt tu...Martin Odersky2007-03-136-0/+60
| | | | | fixed bug 1000 and david pollaks problem wrt tupling
* changed one more test fileMartin Odersky2007-03-081-1/+1
|
* changed more test checksMartin Odersky2007-03-082-2/+2
|
* fixed check file for run/bitsets.scalamichelou2007-03-082-2/+9
|
* added more test cases for class BitSetmichelou2007-03-082-22/+87
|
* fixed test caseMartin Odersky2007-03-081-1/+1
|
* @unsealed->@uncheckedMartin Odersky2007-03-083-1/+11
|
* fixed 2 bugs in classs BitSet and added scalado...michelou2007-03-072-0/+39
| | | | | | fixed 2 bugs in classs BitSet and added scaladoc comment methods isInstanceOf and synchronized
* fixed bug 979Martin Odersky2007-03-062-0/+22
|
* (no commit message)Martin Odersky2007-03-052-3/+3
|
* fixed bug978Martin Odersky2007-03-051-0/+38
|
* fixed bugs 948/971;Martin Odersky2007-03-054-0/+45
| | | | | added () to parameterless methods with side-effects.
* HasKeyValue does not work? added pending/jvm/ba...Burak Emir2007-03-033-2/+29
| | | | | | | HasKeyValue does not work? added pending/jvm/backendBugUnapply fixed xml parsing, supports the ever-growing stateful scanner hacks now (sepRegions)
* added namespace testBurak Emir2007-03-021-0/+1
|
* fixed xml02Burak Emir2007-03-021-24/+13
|
* * small lib addition to testing.SUnit, made Uni...Burak Emir2007-03-025-41/+53
| | | | | | | | * small lib addition to testing.SUnit, made UnitTest @deprecated added * xml pattern matching on prefixes (in SymbolicXMLBuilder) xml name * parsing ensures that names do not end in a colon (namespaces) rewrote * xml02 to use SUnit
* added @serializable annotation to ListBuffermichelou2007-03-022-132/+164
|
* added test for @BeanProperty annotationmichelou2007-03-022-4/+30
|
* renamed test/files/jvm5/attributes.scala to ann...mihaylov2007-03-022-0/+0
| | | | | renamed test/files/jvm5/attributes.scala to annotations.scala
* Fixed a problem with the application of Java an...mihaylov2007-03-024-8/+15
| | | | | | Fixed a problem with the application of Java annotations with default values
* made Elem serializable again, added Utility.sor...Burak Emir2007-02-271-0/+5
| | | | | | made Elem serializable again, added Utility.sort method for attribute sorting
* xml.Elem has now {apply,unapply} !Burak Emir2007-02-271-1/+26
| | | | | | + Utility.trim function to remove whitespace + tests
* * fixed x @ unapplypat bindingBurak Emir2007-02-251-0/+9
| | | | | * added Node.unapply, QNode.unapply
* prepared the ground for duck typing.Martin Odersky2007-02-231-0/+25
|
* Fixed a name clash in the test suite (jvm/unitt...mihaylov2007-02-214-9/+6
| | | | | | Fixed a name clash in the test suite (jvm/unittest_io vs jvm5/attributes)
* now allows & for by-name params and parameters ...Martin Odersky2007-02-202-0/+22
| | | | | now allows & for by-name params and parameters methods.
* regenerated TupleN classes so that their toStri...Adriaan Moors2007-02-206-35/+35
| | | | | | regenerated TupleN classes so that their toString matches the (...) tuple syntax update .check files that contained tuple toString output
* fixed slice methodMartin Odersky2007-02-202-3/+3
|
* Improved annotations testmihaylov2007-02-186-7/+20
|
* re-enabled stability test; added sections.Martin Odersky2007-02-161-2/+2
|
* fixed testsMartin Odersky2007-02-156-60/+61
|
* more changes to make tuples (...)Martin Odersky2007-02-1410-23/+48
|
* changed tuple syntax to (...)Martin Odersky2007-02-133-13/+13
|
* updated testsMartin Odersky2007-02-122-3/+2
|
* small fixes to newline behavior.Martin Odersky2007-02-122-2/+3
|
* Fixed exhaustiveness warningIulian Dragos2007-02-121-0/+1
|
* renamed attributes to annotations; added @syntax.Martin Odersky2007-02-092-7/+7
|
* Preliminary support for building .NET version o...mihaylov2007-02-091-1/+1
| | | | | Preliminary support for building .NET version of the Scala library
* removed -nowarn option in scalatest (excepted f...michelou2007-02-091-2/+2
| | | | | removed -nowarn option in scalatest (excepted for .NET tests)
* made subtyping decidable.Martin Odersky2007-02-092-4/+4
|