summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #2212.Philipp Haller2009-07-312-0/+13
|
* rewrite of positions in compilerMartin Odersky2009-07-301-5/+1
|
* A couple more positions issues caused by the pa...Miles Sabin2009-07-282-0/+1
| | | | | | | A couple more positions issues caused by the packaging changes: fixed with test cases; test.positions target now runs the explicit test cases first.
* Fixed #2183.Philipp Haller2009-07-281-0/+5
|
* Fixed spec-List test.Philipp Haller2009-07-281-2/+2
|
* Fix for another positions issue; added some pos...Miles Sabin2009-07-279-0/+37
| | | | | | | | Fix for another positions issue; added some positions unit tests; added test.positions target to build.xml which validates positions of all sources in the Scala tree; cleaned up -Yide-debug output for use in the previous item.
* fixed a bug with defaults reported on mailing listLukas Rytz2009-07-241-0/+7
|
* Fix and test cases for #2184.Paul Phillips2009-07-221-0/+14
|
* Fixed #2176.Philipp Haller2009-07-222-0/+5
|
* Enabled synchronous message sends for Replyable...Philipp Haller2009-07-216-0/+148
| | | | | | Enabled synchronous message sends for ReplyableReactor. Added get(timeout: Long) method to SyncVar.
* Enabled future-type message sends for reactors.Philipp Haller2009-07-212-0/+52
|
* Added test for scala.actors.ReplyReactor.Philipp Haller2009-07-212-0/+32
|
* Added regression test for #2147.Philipp Haller2009-07-212-0/+10
|
* Moved new scheduler classes into package scala....Philipp Haller2009-07-211-1/+2
| | | | | Moved new scheduler classes into package scala.actors.scheduler.
* Renamed outputchannelactor test to reactor.Philipp Haller2009-07-212-0/+0
|
* Made daemon-actor-termination test deterministic.Philipp Haller2009-07-211-5/+14
|
* Fix and test case for #2168.Paul Phillips2009-07-201-0/+5
|
* fixed #2163Adriaan Moors2009-07-192-0/+14
|
* Test case for bug #1466, which was mysteriously...Paul Phillips2009-07-181-0/+11
| | | | | | Test case for bug #1466, which was mysteriously fixed at some point in the last nine months.
* Added test case for #1764 to the test case for ...Paul Phillips2009-07-182-1/+9
| | | | | | Added test case for #1764 to the test case for #1878 (as #1764 was fixed along with it in r18343.)
* Fix and test case for #1373.Paul Phillips2009-07-181-0/+6
|
* Fix and post/neg test cases for #1878.Paul Phillips2009-07-182-0/+17
|
* Removed some identical code from the collection...Paul Phillips2009-07-182-8/+6
| | | | | | | Removed some identical code from the collections classes in hopes of finding some consistency in collections equality. Added more test cases to the sequenceComparisons test.
* A start on a more comprehensive test suite for ...Paul Phillips2009-07-172-0/+124
| | | | | | | | | | | A start on a more comprehensive test suite for sequences. It performs 3600 different tests attempting to exercise the potentially buggy variations of startsWith, endsWith, indexOfSeq, and sameElements. And, a KMP implementation of indexOfSeq which in addition to being a lot faster for definite sized sequences, should give the wrong answer somewhat less frequently.
* Fix and test case for #1141.Paul Phillips2009-07-152-0/+9
|
* Fix and test case for #1110.Paul Phillips2009-07-151-0/+11
|
* Trying to make typechecker faster by (1) new su...Martin Odersky2009-07-131-3/+3
| | | | | | | Trying to make typechecker faster by (1) new subtyping (2) better implicit caches. Disallowed '42 as a symbol. Added cache method to Mutable Maps. Better complietion in interactive.
* Fix and test case for #1843.Paul Phillips2009-07-121-0/+25
|
* Fix and test case for #1260.Paul Phillips2009-07-111-0/+18
|
* Implementation and test cases for canEqual meth...Paul Phillips2009-07-093-0/+25
| | | | | | | Implementation and test cases for canEqual method in case classes. Now the autogenerated equality method inquires with the argument as to whether other.canEqual(this) before returning true.
* Lots of work hardening matching on sequences.Paul Phillips2009-07-074-15/+43
| | | | | | | | | | | | | | | | one long-standing bug which actually had a test case testing its bugginess (which is to say, when I fixed the bug, the test case failed.) This: - def doMatch4(xs:Seq[Char]) = xs match { - case Seq(x, y, _*) => x::y::Nil - case Seq(x, y, z, w) => List(z,w) // redundant! - } ...should never have compiled - which must have been recognized on some level given the "redundant!" comment, but it never made it into neg/.
* Implemented proposed strategy for #1503 and mov...Paul Phillips2009-07-053-2/+18
| | | | | | Implemented proposed strategy for #1503 and moved test case out of pending (and fixed it so it didn't throw a match error.)
* Interim fix and test case for #1434.Paul Phillips2009-07-051-0/+15
|
* Fixes and test cases for #2124 and #2125.Paul Phillips2009-07-054-0/+52
|
* fix #2122, test for #2116Lukas Rytz2009-07-053-4/+15
|
* Added test for #1948.Philipp Haller2009-07-022-0/+12
|
* refined range positions some more; eliminated A...Martin Odersky2009-07-024-8/+5
| | | | | refined range positions some more; eliminated Array.withDims
* Creating case classes in preference to passing ...Paul Phillips2009-07-011-0/+19
| | | | | | | | Creating case classes in preference to passing around a variety of inscrutable tuples. And, fix and test case for #1697. There remain serious extractor issues which I hope to have fully diagnosed in the near future.
* added "diagnostic" to context.Lukas Rytz2009-07-011-0/+3
|
* minor cleanups for named argsLukas Rytz2009-06-303-0/+7
|
* Enhanced error message when a type error is bec...Paul Phillips2009-06-303-2/+11
| | | | | | Enhanced error message when a type error is because of identically named classes, one in scala.* and one not.
* Applied patches to fix the issues in #2074.Philipp Haller2009-06-303-0/+19
|
* Applied patch to fix #2098.Philipp Haller2009-06-302-0/+8
|
* Applied patch to fix #2104 and added test.Philipp Haller2009-06-302-0/+51
|
* Added test for #2031.Philipp Haller2009-06-292-0/+15
|
* scalap changed to treat named parameters and pa...ilyas2009-06-2923-1/+85
| | | | | scalap changed to treat named parameters and package objects
* Prepares a test for further changes in Reactor.Philipp Haller2009-06-281-2/+0
|
* Fixed the fact that reflective calls had logica...Paul Phillips2009-06-261-2/+2
| | | | | | | | Fixed the fact that reflective calls had logical and arithmetic right shift swapped. Modified test case to use a value that doesn't have identical output for both shifts. Grumbled to self that test cases which fail to test are markedly worse than no tests at all.
* small fix to named argumentsLukas Rytz2009-06-252-20/+26
|
* named arguments only at top level in () paramet...Lukas Rytz2009-06-254-23/+44
| | | | | named arguments only at top level in () parameters.