summaryrefslogtreecommitdiff
path: root/test/files/run/t5266_1.check
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2014-10-04 12:33:11 -0700
committerSom Snytt <som.snytt@gmail.com>2014-10-06 08:00:22 -0700
commit964a197cd90e561d05c9d725cc13895f18b6a6d0 (patch)
tree51a80e3c486ad12b6b4f97920c696bdf167d54b4 /test/files/run/t5266_1.check
parent7b2c3cb8bb0f5f96f3182f551eb82cb1c59d460c (diff)
downloadscala-964a197cd90e561d05c9d725cc13895f18b6a6d0.tar.gz
scala-964a197cd90e561d05c9d725cc13895f18b6a6d0.tar.bz2
scala-964a197cd90e561d05c9d725cc13895f18b6a6d0.zip
SI-8843 AbsFileCL acts like a CL
Let the AbstractFileClassLoader override just the usual suspects. Normal delegation behavior should ensue. That's instead of overriding `getResourceAsStream`, which was intended that "The repl classloader now works more like you'd expect a classloader to." (Workaround for "Don't know how to construct an URL for something which exists only in memory.") Also override `findResources` so that `getResources` does the obvious thing, namely, return one iff `getResource` does. The translating class loader for REPL only special-cases `foo.class`: as a fallback, take `foo` as `$line42.$read$something$foo` and try that class file. That's the use case for "works like you'd expect it to." There was a previous fix to ensure `getResource` doesn't take a class name. The convenience behavior, that `classBytes` takes either a class name or a resource path ending in ".class", has been promoted to `ScalaClassLoader`.
Diffstat (limited to 'test/files/run/t5266_1.check')
0 files changed, 0 insertions, 0 deletions