summaryrefslogtreecommitdiff
path: root/project
Commit message (Collapse)AuthorAgeFilesLines
* fix get-scala-revision script for the case when...Lukas Rytz2011-03-301-1/+1
| | | | | | fix get-scala-revision script for the case when svn prints some warnings. no review
* Don't have time to fix the sbt build and can't ...Paul Phillips2011-02-041-22/+36
| | | | | | Don't have time to fix the sbt build and can't keep watching it fail. Commented test out liberally. No review.
* A bunch of work on the sbt build. No review.Paul Phillips2011-01-2711-150/+197
|
* Securing some of the blessings of whitespace fo...Paul Phillips2011-01-2714-393/+405
| | | | | | Securing some of the blessings of whitespace for the sbt build. No review.
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
|
* Added 'specialized' tests.Aleksandar Pokopec2011-01-171-1/+2
| | | | | | | | | | Added a new test group - specialized. Modified partest to add a jar with instrumented classes to classpath when compiling and running tests. Added a primary version of the instrumented BoxesRuntime, and a script to produce a jar for it. Added the 'speclib' folder to partest files, which contains the jar with the instrumented classes. Review by dragos.
* Bencharking a larger program with parallel coll...Aleksandar Pokopec2010-12-211-4/+3
| | | | | | | | | Bencharking a larger program with parallel collections. Fixed a couple of bugs in parallel collections. No review.
* Added secret option to sbt build which makes it...Paul Phillips2010-12-161-1/+9
| | | | | | Added secret option to sbt build which makes it only recompile changed files. No review.
* Couldn't bear to see sbt seemingly so close but...Paul Phillips2010-09-141-25/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Stability testing task added.moix2010-09-076-65/+144
|
* update sbt build files to include scalacheck.jar.Lukas Rytz2010-09-033-2/+14
|
* Correction to commit 22865 in order for sbt bui...moix2010-08-311-12/+0
| | | | | Correction to commit 22865 in order for sbt build to work
* Partest support for sbt (with failed only and s...moix2010-08-319-129/+277
| | | | | | Partest support for sbt (with failed only and specific files only options) Support for triggered execution
* Extending sbt capabilities :moix2010-08-199-174/+473
| | | | | | | | - building continuation plugin - building and replacing fjgb, msil and forkjoin - building and replacing starr - layer cleaning tasks
* remove space from sbt's build/x/ classes direct...Lukas Rytz2010-08-161-1/+1
| | | | | remove space from sbt's build/x/ classes directory. no review.
* Alterations so the sbt build will run under git...Paul Phillips2010-07-291-19/+25
| | | | | Alterations so the sbt build will run under git-svn. Review by moix.
* First version of SBT build for Scala compiler/l...moix2010-07-2913-0/+1268
First version of SBT build for Scala compiler/library (see README)