summaryrefslogtreecommitdiff
path: root/test/files/run/t5072.scala
Commit message (Collapse)AuthorAgeFilesLines
* A better REPL context classloader.Jason Zaugg2012-01-211-0/+8
Previously, when using ThreadStoppingLineManager (ie, not using -Yrepl-sync), the parent classloader was installed as the thread context classloader. On my machine, this was null. Now, the behaviour is consistent with the thread-free line manager, and allows access to classes defined during the REPL session. Closes SI-5072