summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed 1424.David MacIver2008-10-253-5/+23
|
* Making ParallelMatching a little less obnoxious...David MacIver2008-10-251-18/+10
| | | | | | Making ParallelMatching a little less obnoxious about swallowing exceptions.
* Correct handling of unreachable code testing wh...David MacIver2008-10-255-10/+64
| | | | | | Correct handling of unreachable code testing when matching on primitives.
* Ported recent partest fixes in 2.7.2 branch.Philipp Haller2008-10-243-5/+16
|
* Added optimised compiler target.Iulian Dragos2008-10-241-1/+176
|
* Fixed the icode reader (#1402).Iulian Dragos2008-10-245-22/+41
|
* Finally fixed #906 (quick/bin/fsc does not work).Antonio Cunei2008-10-231-35/+22
| | | | | | | | Also fixed a code duplication in MainGenericRunner related to handling settings (same code that was already duplicated, with inconsistencies, in CompileServer and in Main, fixed in r12623)
* added javac.cmd argument to 1.4 partest callsLukas Rytz2008-10-231-2/+2
|
* reverting the unwanted parts of my last chekin..Lukas Rytz2008-10-227-40/+13
|
* the ant tasks 'four-test' and 'fourfour-test' (...Lukas Rytz2008-10-228-15/+44
| | | | | | the ant tasks 'four-test' and 'fourfour-test' (and therefore nightly builds) now fail when some partest tests fail.
* fsc watchdog removal.Antonio Cunei2008-10-222-102/+97
| | | | | | | | | In addition, fixed a potential initialization problem in the fsc server, which would open a socket, get a port number, and close the socket, only to try to reallocate the same port number a bit later, even though the port might have become unavailable in the meantime. Now the socket is initialized only once, and the port is not released.
* added testMartin Odersky2008-10-221-0/+18
|
* fixed #1214Lukas Rytz2008-10-222-0/+4
|
* fixed #637 #1070Lukas Rytz2008-10-222-2/+16
|
* Changed the way in which the path to javac is p...Philipp Haller2008-10-218-13/+20
| | | | | Changed the way in which the path to javac is passed to partest.
* fixed #1428, plus stopgap fix for #1438Martin Odersky2008-10-212-2/+8
|
* new tests in pendingMartin Odersky2008-10-212-0/+17
|
* removed new collections library from here.Martin Odersky2008-10-209-2290/+0
|
* fixed package clauseMartin Odersky2008-10-201-1/+1
|
* Applied some of Andy Hicks' patchesIngo Maier2008-10-2010-13/+96
|
* initial collection library fragmentsMartin Odersky2008-10-209-0/+2290
|
* minor change (getProperty)michelou2008-10-201-14/+13
|
* A couple of hardening changes. Sean McDirmid2008-10-192-5/+10
|
* Added stringOf to ScalaRunTime.Geoffrey Washburn2008-10-188-29/+55
| | | | | | | | | Fixed deepToString to put spaces after commas (like regular Array toString, and List, etc.). Fixed all the test cases depending on this. Fixed the interpreter to keep my mind from wandering.
* Contributed fix for #1416Geoffrey Washburn2008-10-183-14/+31
|
* Reverting fix/test for #1404.Geoffrey Washburn2008-10-183-7/+11
| | | | | Added test for array pretty-printing.
* Use JAVA_HOME for finding javac.Philipp Haller2008-10-171-2/+11
|
* fix List.dropRight scaladocstepancheg2008-10-161-1/+1
|
* added patch of #1335Lukas Rytz2008-10-161-9/+12
|
* copying 'scala.testing.Show' from 2.7.2 branch ...Lukas Rytz2008-10-162-0/+61
| | | | | copying 'scala.testing.Show' from 2.7.2 branch to trunk
* . scala.swing api is now included in the main apiLukas Rytz2008-10-162-34/+10
| | | | | | . the downloadable scala-api.tgz is now called scala-devel-docs.tgz, and contains the same files as the correspondent sbaz package
* Use different exit code by default.Philipp Haller2008-10-151-1/+1
|
* Improved error reporting when running external ...Philipp Haller2008-10-151-3/+13
| | | | | Improved error reporting when running external programs such as javac.
* Partial fix for ticket #41.Antonio Cunei2008-10-151-7/+7
| | | | | | | | | If the fsc server is already running, multiple concurrent compilation attempts will now succeed. However, if no fsc server is running, all of the clients will try to launch one at the same time, with somewhat unpleasant results.
* this-types are never volatile.Martin Odersky2008-10-151-0/+1
|
* Removed unnecessary "getHostName()", see ticket...Antonio Cunei2008-10-151-2/+2
| | | | | Removed unnecessary "getHostName()", see ticket #1366
* Tightened volatile checking.Martin Odersky2008-10-159-16/+54
|
* Fix for #1421Antonio Cunei2008-10-151-1/+1
|
* Fix for #296Antonio Cunei2008-10-154-23/+41
| | | | | | | | | | | The handling of informative messages in CompileServer and in Main was duplicated, and the two copies slowly diverged over time. The code has now been refactored, cleaned up, and made more general. The FakePos(fsc) message was due to a missing override def toString. Both problems are fixed.
* Moved test for #1409 from pending to pos.Philipp Haller2008-10-133-0/+0
|
* Re-enabled multi-file tests for ant pos tests.Philipp Haller2008-10-131-4/+16
|
* Moved failing test t0699 to pending.Philipp Haller2008-10-132-0/+0
|
* Fixed build.Philipp Haller2008-10-131-18/+10
|
* ant task for partest now supports multi-file te...Philipp Haller2008-10-131-10/+18
| | | | | ant task for partest now supports multi-file tests.
* fix, as suggested in #1418Antonio Cunei2008-10-131-5/+5
|
* updating starr to 2.7.2.RC3Antonio Cunei2008-10-135-5/+5
|
* Reverted removal of TreeSet to fix stability.Geoffrey Washburn2008-10-115-10/+68
|
* fix 1106 (Windows issue)michelou2008-10-111-4/+10
|
* Fix for #1408.Antonio Cunei2008-10-101-5/+1
| | | | | | | The additional validation performed by the fsc ant task was unnecessary (validation is performed by the actual fsc anyway). In adddition, it was rejecting valid arguments.
* Added test for #453Geoffrey Washburn2008-10-091-0/+6
|