summaryrefslogtreecommitdiff
path: root/test/files/run/interpreter.check
Commit message (Collapse)AuthorAgeFilesLines
* Added stringOf to ScalaRunTime.Geoffrey Washburn2008-10-181-2/+9
| | | | | | | | | 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.
* Reverting fix/test for #1404.Geoffrey Washburn2008-10-181-3/+5
| | | | | Added test for array pretty-printing.
* Fix for #547 and #1404.Geoffrey Washburn2008-10-081-0/+9
|
* More deprecation warnings fixed.Iulian Dragos2008-05-191-3/+3
|
* Fix for #773. Geoffrey Washburn2008-05-011-3/+0
| | | | | | | | Problem was calling incompleteInputError multiple times would escalate the problem to be treated as a "real" error. This does not appear to be the correct semantics. Tried to fix this up as best as possible, but Sean needs to investigate the implications for the Eclipse plugin.
* updated check filev2.7-divergedMartin Odersky2008-04-091-5/+2
|
* Generalizes the allowed inputs to the interpret...Lex Spoon2008-02-181-2/+20
| | | | | | | | | Generalizes the allowed inputs to the interpreter to be any combination of phrases that can be placed inside a template. Instead of having one "request" object try to understand the entire combination of phrases, the code now uses multiple "member handlers" for each request, one member handler for each phrase.
* Fixed #323.Geoffrey Washburn2008-02-041-3/+3
| | | | | Tweaked whitespace in the test.
* Added tests for #323.Geoffrey Washburn2008-02-041-1/+6
|
* fixed #246. adapted check files.Martin Odersky2007-11-211-1/+1
|
* Minor changes to improve the output whenLex Spoon2007-10-021-13/+24
| | | | | there are type errors in the user's code
* Fixed interpreter error recovery mode and somet...Sean McDirmid2007-09-271-2/+2
| | | | | | | | Fixed interpreter error recovery mode and something in Namers that was unlinking module symbols (removed unlink, hope resident compiler is ok, but there are no tests for this in the test suite, better to fix the tests we do have then worry about tests we don't right?)
* (no commit message)Lex Spoon2007-07-221-1/+2
|
* (no commit message)Lex Spoon2007-07-131-0/+9
|
* Use "res" instead of "unnamed" as the base of Lex Spoon2007-07-021-1/+1
| | | | | variable names generated by the interpreter.
* Skip the first line of output, because now it i...Lex Spoon2007-06-191-1/+0
| | | | | Skip the first line of output, because now it includes a version number
* The parser no longer signals "incomplete input"...Lex Spoon2007-06-031-0/+19
| | | | | | The parser no longer signals "incomplete input" in cases where the input already has an outright syntax error.
* account for new welcome messageLex Spoon2007-05-301-1/+1
|
* (no commit message)Lex Spoon2007-05-241-1/+1
|
* added a new line at the end, so that hopefully ...Lex Spoon2007-04-191-1/+1
| | | | | | added a new line at the end, so that hopefully the test is more robust on different machines
* scala.Int -> Intmichelou2007-04-191-45/+45
|
* (no commit message)Lex Spoon2007-04-191-0/+135