summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ScriptRunner.scala
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* new arrays are done.Martin Odersky2009-09-211-1/+1
|
* Resurrected the former contents of scala.io in ...Paul Phillips2009-09-111-255/+190
| | | | | | | | Resurrected the former contents of scala.io in their new home, scala.tools.nsc.io, and equipped them with fake beards and handlebar moustaches. Also restored the reverted bits of the compiler which had been taking advantage of them.
* Reverts scala.io.* to its natural state, and th...Paul Phillips2009-09-071-191/+254
| | | | | | | | Reverts scala.io.* to its natural state, and the rest of trunk to using java.io.File. Anyone who wants to salvage any usable bits is of course welcome to do so, so long as they also assume responsibility for those bits.
* Large Path/File/Directory checkin.Paul Phillips2009-08-301-30/+28
| | | | | | | | of the functionality that one can straightforwardly obtain from the capabilities of java.io.File in java 5, but written with an eye on the significantly more capable (if not significantly more appealing) nio2 API in openjdk.
* A bunch of cleanup on scriptrunner and fsc perf...Paul Phillips2009-08-181-255/+194
| | | | | | | A bunch of cleanup on scriptrunner and fsc performed in a quest to fix #1889. I understand why #1889 happens now but I believe fixing it is going to require adjusting the logic in SymbolLoaders.
* Removed various now-unnecessary java 1.4 workar...Paul Phillips2009-04-291-7/+0
| | | | | | Removed various now-unnecessary java 1.4 workarounds and conditional behavior.
* A big cleanup of Settings code.Paul Phillips2009-03-121-1/+1
| | | | | | | manage existing settings and add new ones. It's paving the way for low-fuss scalac preferences so we can exert fine grained config file based control over compiler behavior.
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* Fixed #1440 and generally cleaned up things a bit.Geoffrey Washburn2008-11-211-42/+43
|
* Fix for #820Geoffrey Washburn2008-08-221-32/+52
|
* Some additional bits of output that should prob...Geoffrey Washburn2008-08-211-2/+2
| | | | | Some additional bits of output that should probably go to stderr.
* The ScriptRunner now sends errors to stderr rat...Geoffrey Washburn2008-08-211-1/+1
| | | | | | The ScriptRunner now sends errors to stderr rather than stdout to behave the same as the regular compiler.
* Fixing #1015 and #1017 when run inside of a scr...Geoffrey Washburn2008-06-101-3/+4
| | | | | | | | Fixing #1015 and #1017 when run inside of a script. #1015 still won't work in the interpreter. #1017 still won't work in the interperter or methods.
* Fixed #368:Geoffrey Washburn2008-02-081-2/+4
| | | | | | | - added assertions to cause failure earlier - added test case - use BatchSourceFile length (characters) rather than file length (bytes)
* Should fix #417 (Exit status was zero on except...Geoffrey Washburn2008-02-041-0/+1
| | | | | Should fix #417 (Exit status was zero on exceptional exits)
* Learned of the shorter way of converting string...Geoffrey Washburn2008-01-151-1/+1
| | | | | Learned of the shorter way of converting strings to ints.
* Moved the checks for executing JVM versus targe...Geoffrey Washburn2008-01-131-10/+7
| | | | | | Moved the checks for executing JVM versus target JVM into better locations.
* I believe I've fixed the problem with ScriptRun...Geoffrey Washburn2008-01-091-0/+10
| | | | | | | I believe I've fixed the problem with ScriptRunner and Interperter running under jvm-1.4 compiling temporary classfiles with target jvm-1.5.
* support executing a command in additionLex Spoon2007-10-101-43/+66
| | | | | to executing a file
* Massive check-in for IDE.Sean McDirmid2007-09-171-5/+4
|
* delay the deletion of compiled files until theLex Spoon2007-07-241-20/+17
| | | | | JVM is ready to exit (bug #1218)
* handle the case that a connection to the compil...Lex Spoon2007-07-241-0/+3
| | | | | handle the case that a connection to the compilation daemon fails
* the option for script compiling is now -XscriptLex Spoon2007-07-221-1/+1
|
* added star expansion (Stepan's contrib)michelou2007-07-091-9/+6
|
* factored out the choice of wrapper code, so tha...Lex Spoon2007-06-181-13/+26
| | | | | factored out the choice of wrapper code, so that subclasses can tweak it
* Refactored ScriptRunner and the offline compila...Lex Spoon2007-06-141-8/+18
| | | | | | Refactored ScriptRunner and the offline compilation classes so that they can be subclassed effectively.
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-131-1/+1
| | | | | | incremented MinorVersion, deprecated All/AllRef, remove many type aliases
* Replaced -Xscript by -script, so that script filesLex Spoon2007-06-121-10/+47
| | | | | can be compiled into a user-specified object wrapper
* deprecated &f, .f, requires.Martin Odersky2007-06-051-2/+2
| | | | | Added existential types.
* fixed classpath in method runScriptmichelou2007-06-041-10/+22
|
* updated for-comprehension syntaxmichelou2007-04-191-9/+5
|
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-5/+5
|
* Added a reference to Settings in AbstractReportermihaylov2007-02-061-1/+1
|
* added cancel capability to nscMartin Odersky2006-11-301-1/+1
|
* Replaced == null()eq null(ne null)mihaylov2006-11-131-1/+1
|
* Refactored portability supportmihaylov2006-11-011-2/+3
|
* rewrote handling of Scala comments in DocGenera...michelou2006-10-031-21/+40
| | | | | | | rewrote handling of Scala comments in DocGenerator.scala improved Scala comments in library and compiler source files added test in method 'apply' of class collection.immutable.Queue
* reorganized scala.tools.nsc.io!Burak Emir2006-09-211-3/+3
|
* - check for errors when using the compilation d...Lex Spoon2006-09-211-3/+3
| | | | | | - check for errors when using the compilation daemon run scripts in - package "$scalascript" instead of "scalascript"
* Compile scripts within the "scalascript" packag...Lex Spoon2006-09-211-2/+2
| | | | | | Compile scripts within the "scalascript" package instead of "scala.scripting"
* Eliminated need for extra global class so Globa...Sean McDirmid2006-08-251-1/+1
| | | | | Eliminated need for extra global class so Global can remain concrete.
* Modified scopes and positions so they can be co...Sean McDirmid2006-08-251-1/+1
| | | | | Modified scopes and positions so they can be configured more flexibly.
* make filenames and paths be absolute before pas...Lex Spoon2006-08-241-1/+13
| | | | | | make filenames and paths be absolute before passing them to a CompileServer
* Removed ambiguity on "Console" when necessary t...Gilles Dubochet2006-08-041-1/+1
| | | | | Removed ambiguity on "Console" when necessary to compile with Java 1.6.
* fixed test for scriptFile in ScriptRunner.runSc...michelou2006-07-281-27/+27
| | | | | fixed test for scriptFile in ScriptRunner.runScript
* added the option to compile using the fsc compi...Lex Spoon2006-07-131-17/+81
| | | | | added the option to compile using the fsc compilation daemon
* Made fsc safer and scriptableMartin Odersky2006-07-121-1/+1
| | | | | | Fixed position errors for imported prefixes Fixed symbol literals (bug369)
* -savecompiled is now an option that is off by d...Lex Spoon2006-07-121-28/+48
| | | | | -savecompiled is now an option that is off by default
* renamed MainScript to ScriptRunnerLex Spoon2006-06-301-0/+211