summaryrefslogtreecommitdiff
path: root/test/files/run/repl-reset.check
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up some repl mechanisms.Paul Phillips2012-04-091-1/+1
|
* Attempt to fix failing test.Paul Phillips2011-11-041-2/+0
| | | | | No review.
* More repl work.Paul Phillips2011-11-041-0/+57
Hardened the repl against a bunch of erroneous conditions. Added a :reset command which causes the repl to forget everything you have told it. Added classloader tracing when repl tracing is enabled. :reset is not that useful in its current form but it's the precursor to something more interesting. No review.