summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improved parallel scan performance further.Aleksandar Pokopec2010-09-144-15/+122
|
* closes #3612.Adriaan Moors2010-09-142-30/+36
| | | | | | | | | | | | | given the definitions below (for full context, see test file), before, O0 would work but O would not, now both are accepted: {{{ object O0 extends C {} object O extends C { self => } }}} review by odersky
* closes #3692: make instantiateTypeVar more care...Adriaan Moors2010-09-143-1/+35
| | | | | | | | closes #3692: make instantiateTypeVar more careful so it does not change T's info to >: T <: T. review by odersky
* relax implicit divergence checkAdriaan Moors2010-09-144-5/+11
| | | | | | | | patch contributed by Mark Harrah in http://article.gmane.org/gmane.comp.lang.scala/20700 reviewed by moors and odersky
* Couldn't bear to see sbt seemingly so close but...Paul Phillips2010-09-144-37/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Couldn't bear to see sbt seemingly so close but still unable to run tests. Made some progress but bogged down in scalacheck when I realized things were farther from working than I'd thought. Please forgive this brief expression of frustration, because the despair is palpable: the weeks of work I did on partest was apparently of no interest, and now I'm in here having to fix the same partest bugs again, in a more virulent form. They've evolved into some kind of ant-partest-sbt artificial creature, more fearsome than any one of them could be under its own power. Did we not know we have a whole directory full of pretty code like this? List( "Scala compiler classes in: " + testBuildDir, "Scala version is: " + nsc.Properties.versionMsg, "Scalac options are: " + universe.scalacOpts, "Java binaries in: " + javaBin, "Java runtime is: " + javaInfoString, "Java runtime options: " + (Process.javaVmArguments mkString " "), "Javac options are: " + universe.javacOpts, "Java options are: " + universe.javaOpts, "Source directory is: " + src, "Selected categories: " + (selectedCategories mkString " "), "" ) mkString "\n" It's src/partest-alternative in case anyone wants to consider any of it. At the very least there are individual files or functions which could be cherry picked. -- This patch contains: -- Readability efforts. Twelve parameter functions whose last six parameters are "true,true,failedOnly,true,false,log" are pretty challenging to work with. Changes to the environment variables sbt was setting to look a bit more like what partest expects and will crash without. Sets partest.debug=true if the sbt logger level is at Debug. On my machine all test groups except scalacheck appear to run to completion. Review by moix. (Hello, moix! I am available for assistance if you are in the market for it. You have brought us long suffering ant-ers to the brink of sbt goodness: and now, we enter the fray!)
* Tweaking sbt so it will stop jabbering about sv...Paul Phillips2010-09-142-27/+15
| | | | | | Tweaking sbt so it will stop jabbering about svn info failing when there's a perfectly fine git repo yet to be tried. No review.
* Closes 3627. No review.Iulian Dragos2010-09-131-1/+1
|
* Interpreted absence of any objections in mailin...Paul Phillips2010-09-131-1/+10
| | | | | | | | | Interpreted absence of any objections in mailing list thread http://www.scala-lang.org/node/7398 as implicit encouragement to proceed. Adds complementary implicits to Predef such that the eight primitive types are both boxed and unboxed as the occasion demands. Review by odersky.
* Improving parallel scan. No reviewAleksandar Pokopec2010-09-135-34/+102
|
* Test case closes #2399, no review.Paul Phillips2010-09-111-0/+14
|
* Renamed a file to soothe ant. No review.Paul Phillips2010-09-101-0/+0
|
* Bumped version number in trunk to 2.9.0Antonio Cunei2010-09-102-3/+3
|
* Proposed implementation of 'unlift' on Function...Paul Phillips2010-09-0993-93/+151
| | | | | | | Proposed implementation of 'unlift' on Function1, the inverse function of PartialFunction#lift. Review by rytz and other interested parties. References #3825, but not closing until this is further considered.
* Unbroke the command line ~/test/partest tool, w...Paul Phillips2010-09-091-2/+5
| | | | | | Unbroke the command line ~/test/partest tool, which was displeased at being unable to find scalacheck.jar. No review.
* Merge branch 'ticket/3435'Iulian Dragos2010-09-091-2/+8
|
* fixed some scaladoc commentsmichelou2010-09-094-58/+75
|
* fix fix for (close #3791) and made deprecation ...Lukas Rytz2010-09-092-1/+6
| | | | | | fix fix for (close #3791) and made deprecation for constants work. no review.
* map2 => zipped, no reviewLukas Rytz2010-09-091-5/+5
|
* close #3791 according to jason's proposal.Lukas Rytz2010-09-091-5/+16
| | | | | | | long cycle (deprecate, remove, add with new behavior). I tried adding Scaladoc for these members but failed for now, see my message in internals.
* Some modifications to repl classloading to make...Paul Phillips2010-09-073-7/+39
| | | | | | Some modifications to repl classloading to make it usable in managed classloader environments. Contributed by mark harrah. Review by rytz.
* Changes to presentation compiler.Martin Odersky2010-09-075-44/+106
|
* doc comment fix. No review.Martin Odersky2010-09-071-1/+1
|
* Fixes infinite loop when appending a ListBuffer...Martin Odersky2010-09-071-0/+6
| | | | | | Fixes infinite loop when appending a ListBuffer to itself. Review by extempore.
* Fixes binary compatibility problem in BufferLikeMartin Odersky2010-09-071-1/+1
|
* Updated link to collections API guide.Antonio Cunei2010-09-071-2/+2
|
* Stability testing task added.moix2010-09-076-65/+144
|
* Added type alias so that Response is accessible...Miles Sabin2010-09-071-0/+2
| | | | | | | Added type alias so that Response is accessible via interactive.Global ... necessary for source compatibility with 2.8.0.final. Review by odersky.
* Brought the files in scala.collection.interface...Paul Phillips2010-09-067-71/+48
| | | | | | | | Brought the files in scala.collection.interfaces up to date, for whatever purpose they may someday serve. Also deprecated Seq.findIndexOf, which is identical to indexWhere and must have been overlooked when deprecations were being handed out. No review.
* Closes #3803. No Review.Iulian Dragos2010-09-051-3/+3
|
* Closes #3636, crash when unexpected types arriv...Iulian Dragos2010-09-051-1/+4
| | | | | | Closes #3636, crash when unexpected types arrive at specialization. no review.
* Closes #3650.Iulian Dragos2010-09-034-9/+17
|
* update sbt build files to include scalacheck.jar.Lukas Rytz2010-09-033-2/+14
|
* better error message for default arguments.Lukas Rytz2010-09-033-13/+23
|
* updated default ANT_OPTS for more speed. no reviewLukas Rytz2010-09-031-1/+1
|
* Changed the behavior of -cp for scalap.Iulian Dragos2010-09-031-4/+10
|
* Makes utility methods in the ArrayStack compani...Aleksandar Pokopec2010-09-021-2/+2
| | | | | | | Makes utility methods in the ArrayStack companion object private. No review.
* Changed version number to 2.8.1. This isAntonio Cunei2010-09-022-2/+2
| | | | | | | | | | | actually incorrect, as trunk has significantly diverged from 2.8.x, but it's better than leaving the version number in trunk at "2.8.0". We should just rename the version number in trunk at some point, so that it just lists "trunk" rather than "2.x.x".
* Partest changes - partest now uses scalacheck.j...Aleksandar Pokopec2010-09-022-1/+21
| | | | | | | Partest changes - partest now uses scalacheck.jar from the build/pack dir. Review by phaller.
* fixes #2662. Review by moors.Aleksandar Pokopec2010-09-022-14/+105
|
* Temporarily disabled collections checks to keep...Aleksandar Pokopec2010-09-0110-0/+0
| | | | | | | Temporarily disabled collections checks to keep build from breaking. No review
* Closes #1220.Iulian Dragos2010-09-013-3/+46
|
* [scaladoc] Merges Petr's changes from the colla...Gilles Dubochet2010-09-014-11/+24
| | | | | | | [scaladoc] Merges Petr's changes from the colladoc branch to only display less-important information in class comments on demand. Also fixes a bug with index filter. No review.
* New Starr, without msil classes.Iulian Dragos2010-09-013-3/+3
|
* Added scalacheck tests for parallel collections.Aleksandar Pokopec2010-09-0113-2/+1174
| | | | | Review by phaller (not urgent).
* for MSIL: now based on the latest ch.epfl.lamp....Miguel Garcia2010-09-011-1/+1
| | | | | for MSIL: now based on the latest ch.epfl.lamp.compiler.msil sources.
* Added ant tasks for strap that build scalacheck.Aleksandar Pokopec2010-08-311-1/+16
| | | | | No review yet.
* Partial fix for #3774.Martin Odersky2010-08-313-132/+182
|
* Fix for #3684. No reviewAleksandar Pokopec2010-08-311-10/+10
|
* Fix for #3765.Miles Sabin2010-08-311-0/+3
|
* Fixes #3684. Closes #3684. No review.Aleksandar Pokopec2010-08-311-20/+10
|