summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix for ticket 1260.David MacIver2008-10-261-10/+6
|
* Working on bug 1423.David MacIver2008-10-251-2/+1
|
* Fixed 1424.David MacIver2008-10-251-5/+14
|
* 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-251-10/+6
| | | | | | 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
|
* 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.
* fixed #1214Lukas Rytz2008-10-221-0/+1
|
* fixed #637 #1070Lukas Rytz2008-10-221-2/+6
|
* Changed the way in which the path to javac is p...Philipp Haller2008-10-215-10/+15
| | | | | 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
|
* 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-183-7/+23
| | | | | | | | | 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-181-2/+1
| | | | | 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-161-5/+5
| | | | | | . 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-157-16/+23
|
* 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.
* Re-enabled multi-file tests for ant pos tests.Philipp Haller2008-10-131-4/+16
|
* 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
|
* Reverted removal of TreeSet to fix stability.Geoffrey Washburn2008-10-115-10/+68
|
* 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.
* attempt at fixing t1409Martin Odersky2008-10-091-8/+19
|
* Merged in fix from branch.Miles Sabin2008-10-091-1/+1
|
* Fix for #547 and #1404.Geoffrey Washburn2008-10-081-1/+2
|
* Needed parens because the precendence wasn't wo...Geoffrey Washburn2008-10-011-2/+2
| | | | | Needed parens because the precendence wasn't working out correctly.
* Eliminating unnecessary data structures.Geoffrey Washburn2008-10-0110-301/+13
|
* fixed problem with plugin build caused by assig...Martin Odersky2008-10-011-1/+1
| | | | | | fixed problem with plugin build caused by assigning null to EmptyTree.tpe