summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
* some scalap tweaksilyas2010-02-052-3/+3
|
* Unique's seeming victory is overruled by commit...Paul Phillips2010-02-045-8/+8
| | | | | | Unique's seeming victory is overruled by committee. It is "distinct", not "unique", wherein lies the nub. No review.
* A big push to make the interpreter easier to in...Paul Phillips2010-02-032-8/+6
| | | | | | | | | | | | A big push to make the interpreter easier to instantiate without having to dodge bullets. It shouldn't have to be any harder than this: scala> new scala.tools.nsc.Interpreter().evalExpr[Int]("5*5") res0: Int = 25 ...and now it isn't. Review by community.
* Striking while the iron is hot, renamed removeD...Paul Phillips2010-02-035-8/+8
| | | | | | | | | Striking while the iron is hot, renamed removeDuplicates to unique and deprecated removeDuplicates. The debate between distinct and unique was vigorous but unique won by a freckle. (Dark horse 'nub' was disqualified for taking performance enhancers.) The only thing which might need review is the choice of name, but review by odersky.
* Made sliding/grouped throw an exception when re...Paul Phillips2010-02-031-0/+13
| | | | | | Made sliding/grouped throw an exception when read past the end. Closes #3017.
* Fixes the problem mentioned in #2882, which see...Hubert Plociniczak2010-02-034-0/+11
| | | | | Fixes the problem mentioned in #2882, which seems to be the reason for #2280 - allow simple ananlysis on java sources. Review by dragos
* Correctly check annotated types.Hubert Plociniczak2010-02-023-0/+9
|
* Closes #3009.Philipp Haller2010-02-022-0/+36
|
* Fixed tests. No review.Hubert Plociniczak2010-02-022-2/+2
|
* suppresses generation of manifests for abstract...Martin Odersky2010-02-012-3/+5
| | | | | suppresses generation of manifests for abstract type members.
* Exclude anonymous function classes from the def...Hubert Plociniczak2010-02-014-0/+28
| | | | | | | | Exclude anonymous function classes from the definitions in dependency analysis. This was causing spurious errors in for example Global.scala and Interpreter.scala because of fresh names numbering. Also cleanup up some code. No review.
* Check recursively the type aliases.Hubert Plociniczak2010-02-015-0/+29
|
* Better test for checking existential types, whe...Hubert Plociniczak2010-01-303-0/+24
| | | | | | | | Better test for checking existential types, where symbols not necessarily have the same name. Added test for that. The problem manifested itself in Globals.scala for variable classpath causing execissive compilation without any reason. No review.
* A compact tree printer, for primitives like mys...Paul Phillips2010-01-302-0/+45
| | | | | | | | | A compact tree printer, for primitives like myself who do all their debugging in the console and need extraneous information filtered out. New option: -Ycompact-trees. Supply that in conjunction with -Xprint:all and suddenly the output is a (relative) masterpiece of concision. Review by anyone who is game to review such a thing. Community?
* Closes #2650.Hubert Plociniczak2010-01-2915-0/+78
|
* Removing defaultGetter field from TermSymbols.Lukas Rytz2010-01-283-2/+6
|
* close #2886 (applied patch). no reviewLukas Rytz2010-01-282-0/+8
|
* Moved some test cases from pending to files sin...Paul Phillips2010-01-285-0/+63
| | | | | | | | Moved some test cases from pending to files since the bugs they were watching for seem to be fixed. Moved some other test cases from pending to disabled because they deceptively claim to pass while investigation reveals the ticket needs to remain open. Closes #1996, #2660.
* One of those "$.05 for the bolt, $50,000 for kn...Paul Phillips2010-01-285-0/+102
| | | | | | | | | One of those "$.05 for the bolt, $50,000 for knowing where to put it" commits. Closes #425, #816, #2310, #2691. All credit for this patch goes to me for having the genius to know when new eyes were needed (although if you're feeling generous some could also go to walter korman for the actual debugging and code writing part.)
* now correctly fix #2868. no reviewLukas Rytz2010-01-274-0/+21
|
* reverting r20688 for now, no reviewLukas Rytz2010-01-274-21/+0
|
* close #2868.Lukas Rytz2010-01-274-0/+21
|
* Made actor-receivewithin test deterministic.Philipp Haller2010-01-271-0/+2
|
* Another batch of tests. No review.Hubert Plociniczak2010-01-2610-0/+57
|
* Access modifiers added for certain members and ...Aleksandar Pokopec2010-01-261-1/+1
| | | | | | Access modifiers added for certain members and some refactoring in Regex.
* Hack for the refined build manager to print inf...Hubert Plociniczak2010-01-261-1/+1
| | | | | | Hack for the refined build manager to print info in a deterministic way. No review.
* More tests, plus missing file. No review.Hubert Plociniczak2010-01-2611-0/+58
|
* Changed the info statements in refined build ma...Hubert Plociniczak2010-01-2655-0/+279
| | | | | | | | Changed the info statements in refined build manager to print the information in more consistent way, so that we can test it using partest. Added more tests for build manager, more to follow... No review.
* Fixes #2766. Review by phaller.Aleksandar Pokopec2010-01-251-1/+20
|
* Test file for matching with replace.Aleksandar Pokopec2010-01-251-0/+27
|
* close #2929.Lukas Rytz2010-01-252-0/+5
|
* First test for buildmanager. No review necessaryHubert Plociniczak2010-01-245-0/+21
|
* Some minor polishing to the previous repl compl...Paul Phillips2010-01-241-1/+1
| | | | | | Some minor polishing to the previous repl completion patch, plus a few new features and improvements.
* Moved test case for just-reverted patch to pend...Paul Phillips2010-01-211-1/+0
| | | | | Moved test case for just-reverted patch to pending. No review.
* Test case for #2148. Closes #2148, no review.Paul Phillips2010-01-192-0/+14
|
* new test. no review.Martin Odersky2010-01-182-0/+15
|
* some more performance tunings. No review.Martin Odersky2010-01-181-0/+12
|
* Fix and test case for #2891. No review necessary.Miles Sabin2010-01-181-0/+3
|
* Fix and test case for #408. Review by community.Paul Phillips2010-01-181-0/+12
|
* Test case closes #1737. Review by community.Paul Phillips2010-01-183-0/+8
|
* Don't insert whitespace on multiline strings an...Paul Phillips2010-01-171-4/+4
| | | | | | Don't insert whitespace on multiline strings and xml literals. Closes #2115. No review.
* Exposed native Array clone() method.Paul Phillips2010-01-161-0/+106
| | | | | Review by dragos.
* Fixes for various Scaladoc-related positions re...Miles Sabin2010-01-153-0/+22
| | | | | | Fixes for various Scaladoc-related positions regressions with tests. Review by dubochet.
* Fix and test for #2354. Review by community.Paul Phillips2010-01-151-0/+17
|
* Added ConcurrentMap and Properties conversion c...Aleksandar Pokopec2010-01-131-0/+60
| | | | | Added ConcurrentMap and Properties conversion classes and test.
* Reverts r20311 since I'm not seeing what's goin...Paul Phillips2010-01-132-1/+8
| | | | | | Reverts r20311 since I'm not seeing what's going on in #2876 and the optimization can wait.
* new tests. no review.Martin Odersky2010-01-133-0/+17
|
* closes #2421: more complete fix, now also check...Adriaan Moors2010-01-133-0/+40
| | | | | | | closes #2421: more complete fix, now also check validity of inferred type arguments for expressions inferred for implicit values review by odersky
* Moved the test for #2364 to pending because it ...Paul Phillips2010-01-112-58/+0
| | | | | | Moved the test for #2364 to pending because it apparently uses some nonstandard classes.
* Fix and test case for #2364, which regressed wi...Paul Phillips2010-01-112-0/+58
| | | | | Fix and test case for #2364, which regressed with the fix to #2721.