summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #3422. No review necessary.Aleksandar Pokopec2010-05-191-0/+18
|
* Hacky but no-risk fix for #3189, which was caus...Paul Phillips2010-05-192-0/+10
| | | | | | | Hacky but no-risk fix for #3189, which was caused by the ghost of regular expression patterns rising from the grave to haunt the parser. No review.
* Fixes #3444. Review by phaller.Aleksandar Pokopec2010-05-181-0/+23
|
* Fix for sliding boundary condition.Paul Phillips2010-05-181-3/+6
|
* some more ad-hoc cookingAdriaan Moors2010-05-182-0/+15
| | | | | | closes #3429 review by odersky
* cook raw type when copying down result typeAdriaan Moors2010-05-182-0/+6
| | | | | | closes #3404 review by odersky
* Closes #3417. No review (already done by Martin)Hubert Plociniczak2010-05-181-0/+11
|
* Closes #3433.Iulian Dragos2010-05-131-0/+5
|
* Closes #3434.Iulian Dragos2010-05-132-0/+20
|
* Should fix the interpreter bug I just introduced.Paul Phillips2010-05-131-0/+0
| | | | | | | crashing-under-optimise test into pending since that looks like a genuine bug - I'll open it a ticket. No review.
* Removed an assertion which was asserting an unt...Paul Phillips2010-05-131-0/+8
| | | | | | Removed an assertion which was asserting an untrue statement thus causing chaos and strife. Closes #3411, no review.
* Overhauled sequence length logic in the pattern...Paul Phillips2010-05-128-0/+115
| | | | | | | | Overhauled sequence length logic in the pattern matcher. Removes unnecessary boxing and a few varieties of wrongness. Closes #3395, #3150, #2958, #2945, #2187. No review.
* Closes #3424, double definition when overriding...Iulian Dragos2010-05-121-0/+9
| | | | | | Closes #3424, double definition when overriding a generic method with specialized types, inherited from a specialized class. no review.
* Fix from Mirko Stocker and unit test for #3416.Miles Sabin2010-05-111-0/+3
|
* Closes #t3363. Review by extempore.Martin Odersky2010-05-111-0/+18
|
* close #3415.Lukas Rytz2010-05-102-0/+7
|
* Disabled scalacheck tests because they interfer...Martin Odersky2010-05-105-0/+0
| | | | | | Disabled scalacheck tests because they interfere with library refactorings (refactorings break scalacheck).
* Closes #3407. Closes #3412. Review by plocinic.Philipp Haller2010-05-096-0/+119
|
* close #3400. no reviewLukas Rytz2010-05-072-0/+21
|
* Rolled partest back to r21328.Paul Phillips2010-05-06107-28/+157
| | | | | | | | changes necessary to plug it back in while preserving everything which has happened since then in tests and such, but we should be the lookout for overreversion. Review by phaller (but as a formality, I don't think it requires direct review.)
* Fixed bug in transpose, closes #3397, no review.Paul Phillips2010-05-061-0/+7
|
* Tightened what gets specialized: only when the ...Iulian Dragos2010-05-052-0/+0
| | | | | | | | Tightened what gets specialized: only when the type parameter appears at top level, or as a type argument to a Java array. For example T, Array[T] cause specialization, but List[T] does not. Resurrected spec-matrix, forgotten among the disabled tests. No review.
* revert the revert of r21791 (fix constructor pa...Lukas Rytz2010-05-052-6/+36
| | | | | | revert the revert of r21791 (fix constructor parameter annotations). close #3390. together with a new starr it builds. no review.
* Closes #3387. no review.Iulian Dragos2010-05-041-0/+10
|
* revert commit that probably broke the build due...Adriaan Moors2010-05-044-36/+56
| | | | | | | revert commit that probably broke the build due to a bug in closure elimination revert commit that reverted the commit that probably didn't break the build
* Fixed #3274. No review.Ingo Maier2010-05-041-0/+9
|
* close #3384.Lukas Rytz2010-05-041-0/+14
|
* Revert r21790: "closes #3373, #3177: validity c...Adriaan Moors2010-05-042-50/+0
| | | | | | | | | | | | Revert r21790: "closes #3373, #3177: validity check of an implicit " value should consider the value as well as its accessor Revert r21792: " "sorry, last-minute edit broke build: re-added parens " will investigate how it broke and why my local pre-commit tests did not catch the failure... no review
* fix and test where constructor parameter annota...Lukas Rytz2010-05-042-6/+36
| | | | | fix and test where constructor parameter annotations end up. no review
* closes #3373, #3177: validity check of an impli...Adriaan Moors2010-05-042-0/+50
| | | | | | closes #3373, #3177: validity check of an implicit value should consider the value as well as its accessor review by odersky
* Fixed abstract overrides of specialized methods.Iulian Dragos2010-05-044-0/+74
|
* Accumulate missing abstract member errors so th...Paul Phillips2010-04-303-1/+29
| | | | | | Accumulate missing abstract member errors so they can all be printed instead of only the first. Closes #2213, no review.
* removed the dir info of the error messages.Aleksandar Pokopec2010-04-291-5/+5
|
* Tightened variances check. Review by prokopec.Martin Odersky2010-04-292-5/+16
|
* UncaughtException is now a case class (see #2017).Philipp Haller2010-04-291-7/+2
|
* Fixed bug in Iterator.iterate which would lead ...Paul Phillips2010-04-281-0/+5
| | | | | | | Fixed bug in Iterator.iterate which would lead to a runtime exception under some circumstances due to inadequate laziness in calculating the next element. No review.
* Closes #3365.Philipp Haller2010-04-282-0/+70
|
* A small error message improvement suggested at ...Paul Phillips2010-04-272-0/+9
| | | | | A small error message improvement suggested at #3092. No review.
* Fixed broken test file. No review.Iulian Dragos2010-04-272-3/+3
|
* Created TypeDiagnostics trait and have begun op...Paul Phillips2010-04-276-2/+42
| | | | | | | | | | | Created TypeDiagnostics trait and have begun opportunistically moving code into it. Along the way, some improvements to error messages. The situation described in ticket #2206 has always had an applicable error message, but it wasn't making it out to the user. More kinds of ambiguity are disambiguated, see the test cases. And overload errors are printed with some formatting so one has some hope of parsing. Review by odersky.
* Added test for several tickets that were fixed ...Iulian Dragos2010-04-271-0/+83
| | | | | | Added test for several tickets that were fixed earlier this week. no review.
* Fixed construction of specialized classes in th...Iulian Dragos2010-04-274-0/+69
| | | | | | Fixed construction of specialized classes in the presence of side-effects and non-trivial initializers. Review by odersky.
* fixed #3349 : method symbol cached too aggressi...Adriaan Moors2010-04-274-0/+27
| | | | | | | | | | fixed #3349 : method symbol cached too aggressively cooking raw types changes a symbol's info, but the change was masked by caching in MethodSymbol review by odersky
* Fixing the test I broke with the last commit.Paul Phillips2010-04-271-1/+1
|
* Fixes #3350. review by extemporeAleksandar Pokopec2010-04-251-0/+15
|
* Closes #3356.Philipp Haller2010-04-252-0/+60
|
* close #3338, close #3334, close #3345.Lukas Rytz2010-04-252-0/+24
|
* StringBuilder no longer violates the Seq revers...Paul Phillips2010-04-244-0/+39
| | | | | | | | | | | | StringBuilder no longer violates the Seq reverse contract: it returns a new StringBuilder. The behavior formerly found in reverse (updates in place) is now available in reverseContents. Migration warning on reverse. Closes #3327. Also did some StringBuilder rewriting as per discussion with odersky. And took a cleaver to parts of the documentation to get to the good parts a little faster. Review by community.
* Took another of universal equality's victims to...Paul Phillips2010-04-241-0/+8
| | | | | | Took another of universal equality's victims to the hospital. Closes #3348, no review.
* Created Mutable and Immutable SetFactories to d...Paul Phillips2010-04-231-0/+11
| | | | | | | | | | | | | | | | | | | | Created Mutable and Immutable SetFactories to deal with the spectacular performance regression which accompanies the use of AddingBuilder on mutable Sets. Because '+' now creates a new collection even on mutable sets, AddingBuilder on a 100K element collection will create garbage sets of size 1,2,3...,99,999 before finishing. Thankfully there is already GrowingBuilder. See test/files/run/adding-growing-set.scala for a demonstration. This patch is not complete: in particular, SortedSet and SetBuilder need attention. Unfortunately there is a combinatorial jump in the number of Addable/Growable divisions which arises once one tries to accomodate both Sorted signatures (taking an Ordering) and unsorted signatures, so will come back to it after receiving counsel. Review by odersky.