summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Created a test.suite.clean.checkinit ant target...Paul Phillips2010-04-071-0/+8
| | | | | | | | | | | | | Created a test.suite.clean.checkinit ant target which: runs ant all.clean builds with -Xcheckinit runs the test suite with -Xcheckinit Review by cunei? If the nightly is trying to do the above sequence with command line options, I suggest it be changed to run this target or a similar one so the logic is not separated from the buildfile.
* Tore out some unnecessary ambiguity-creating al...Paul Phillips2010-04-074-9/+5
| | | | | | | Tore out some unnecessary ambiguity-creating aliases in the XML package object. I have a feeling we'll be traversing this kind of territory again. Closes #3264, no review.
* And another partest gap is filled.Paul Phillips2010-04-067-23/+54
| | | | | partest it really will use quick as the build dir. No review.
* Fixed another partest feature I'd managed to br...Paul Phillips2010-04-068-107/+109
| | | | | | | | | Fixed another partest feature I'd managed to break at the very last minute. When a test is too slow finishing, there will be messages identifying the test. It defaults to 90 seconds before the first warning because I know some machines are slow, but it'd be nice if that was more like 30. No review.
* Removing some code duplication from scaladoc.Paul Phillips2010-04-062-96/+71
|
* Final methods should appear in scaladoc.Paul Phillips2010-04-061-1/+1
|
* Forgot to add scalacheck test for #2535.Aleksandar Pokopec2010-04-061-0/+205
|
* Fixes #2535. Review by community.Aleksandar Pokopec2010-04-061-32/+62
|
* Optimized toArray for ArrayOps and WrappedArrays.Martin Odersky2010-04-0610-25/+49
|
* Fixed #3257Ingo Maier2010-04-061-2/+2
|
* Some tweaks to classpath handling I had left ov...Paul Phillips2010-04-064-14/+19
| | | | | | Some tweaks to classpath handling I had left over from trying to figure out the continuations plugin issue. No review.
* A couple more bits of partest I discovered were...Paul Phillips2010-04-064-28/+33
| | | | | | A couple more bits of partest I discovered weren't doing their jobs. Some of my classiest messages were going unheard! No review.
* Noticed a bug with test obj dirs not getting de...Paul Phillips2010-04-061-13/+6
| | | | | Noticed a bug with test obj dirs not getting deleted. No review.
* As a brief diversion from real work, implemente...Paul Phillips2010-04-06132-251/+237
| | | | | | | | | As a brief diversion from real work, implemented Damerau–Levenshtein and ran it on trunk to elicit obvious misspellings. Unfortunately they're mostly in places like compiler comments which real people never see, but I fixed them anyway. All those English Lit majors who peruse our sources are sure to be pleased. No review.
* Fix for the partest task to fail the build when...Paul Phillips2010-04-067-13/+16
| | | | | | | | Fix for the partest task to fail the build when a test fails, and fixes for 2/3 of the quietly failing tests. I'm not quite sure what to do about the view ones, it doesn't look like a simple rename is going to cut it, so: review by odersky.
* Typo patrol, no review.Paul Phillips2010-04-051-1/+1
|
* Made Vector the standard impl of IndexedSeq.Martin Odersky2010-04-052-3/+3
|
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-0535-900/+708
|
* The code part of the partest patch.Paul Phillips2010-04-0550-2829/+2571
| | | | | | | | | | it they can be my guest (reviewbot: review by community!) More realistically: more than likely I have unwittingly altered or impaired some piece of functionality used by someone somewhere. Please alert me if this is the case and I will remedy it. I have to call it at this point as the best interests of 2.8 cannot be served by me nursing this patch along any further.
* If I work on this patch any longer without chec...Paul Phillips2010-04-05204-238/+98
| | | | | | | | | | | | | | | | If I work on this patch any longer without checking in I will go stark raving mad. It is broken up into a couple pieces. This one is the changes to test/. It includes fixing a bunch of tests, removing deprecated constructs, moving jars used by tests to the most specific plausible location rather than having all jars on the classpath of all tests, and some filesystem layout change (continuations get their whole own srcpath.) This would be the world's most tedious review, so let's say no review. [Note: after this commit, I doubt things will build very smoothly until the rest of the partest changes follow. Which should only be seconds, but just in case.]
* Removing a class cast exception.Paul Phillips2010-04-041-2/+8
|
* workaround for #3252. review by extempore.Tiark Rompf2010-04-041-2/+2
|
* Nipped the infinite loop which is presently lau...Paul Phillips2010-04-041-0/+10
| | | | | | Nipped the infinite loop which is presently launched by an attempt to run test.continuations.suite with -optimise. No review.
* [scaladoc] Considerably reduced size of documen...Gilles Dubochet2010-04-038-105/+189
| | | | | | | | [scaladoc] Considerably reduced size of documentation by not generating certain strange inner classes. Scaladoc is much much faster (more than 10x on library); not exactly clear why. Protected members are printed in documentation and displayed on demand. Review by malayeri.
* improved cps transform of partial functions.Tiark Rompf2010-04-036-95/+67
|
* Mostly IO tweaks related to my upcoming partest...Paul Phillips2010-04-029-29/+78
| | | | | | | | | Mostly IO tweaks related to my upcoming partest patch, which to my chagrin is being held up by windows. Also updates the default ANT_OPTS to be the same as the ones the nightlies override it with. (If we know you can't build scala with those settings it seems kind of uncool to leave them for everyone else.) No review.
* closes #3242. review by community.Tiark Rompf2010-04-024-3/+88
|
* close #3178. review by communityLukas Rytz2010-04-012-0/+11
|
* close #3183. review by communityLukas Rytz2010-03-313-8/+35
|
* close #3222. review by communityLukas Rytz2010-03-314-1/+35
|
* closes #3203, overriding more of the Traversabl...Tiark Rompf2010-03-312-56/+93
| | | | | | | closes #3203, overriding more of the TraversableLike methods. also tightened access privileges to internal fields and methods. review by community.
* Noticed that the implementation of toArray Iter...Paul Phillips2010-03-301-3/+6
| | | | | | | Noticed that the implementation of toArray Iterator had acquired via TraversableOnce called "size" to allocate the array, leaving a nice empty iterator to actually populate it. Fixed. No review.
* [scaladoc] Fixed the nightly build.Gilles Dubochet2010-03-301-3/+3
|
* fixes the unfounded "name clash between inherit...Tiark Rompf2010-03-292-1/+3
| | | | | | fixes the unfounded "name clash between inherited members" error. review by dragos.
* Patch from Mirko Stocker to add position inform...Miles Sabin2010-03-291-0/+2
| | | | | | Patch from Mirko Stocker to add position information to val/var modifiers on ctor params for use by tools. Review by odersky.
* Reverted file that was unintentionally committe...Gilles Dubochet2010-03-291-2/+2
| | | | | Reverted file that was unintentionally committed as part of r21294.
* Closes #2386 by requiring class manifests for a...Martin Odersky2010-03-293-1/+9
| | | | | | Closes #2386 by requiring class manifests for an array element type if a class manifaest for the array type is demanded. Review by dubochet.
* Fix to the way Scalap decodes ScalaSignature an...Gilles Dubochet2010-03-294-10/+25
| | | | | | Fix to the way Scalap decodes ScalaSignature annotations. Contributed by ilyas. Already reviewed by dubochet, no review.
* closes 2864.Tiark Rompf2010-03-2915-48/+213
|
* Fixed #2242. No review.Ingo Maier2010-03-283-12/+12
|
* Fixed #3219. No review.Ingo Maier2010-03-281-1/+1
|
* Fixed #2753. No review.Ingo Maier2010-03-281-5/+7
|
* Fix for #2980. No review.Ingo Maier2010-03-282-3/+12
|
* Fixed #2803.Ingo Maier2010-03-285-7/+15
|
* Fixed #3090Ingo Maier2010-03-282-5/+6
|
* TraversableOnce. Review by odersky.Paul Phillips2010-03-2748-1156/+735
|
* improvements to cps exception handling.Tiark Rompf2010-03-265-38/+163
|
* some output polishingilyas2010-03-261-3/+7
|
* missing quotes for annotation values addedilyas2010-03-261-2/+2
|
* Unparsed Scala signature annotations are not ad...Gilles Dubochet2010-03-261-8/+9
| | | | | | Unparsed Scala signature annotations are not added to the symbol table. Review by dragos.