From 103c97f7deef02d81d6d87c21f751899c63683b1 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 26 May 2009 18:12:53 +0000 Subject: A big yet interim patch emerging from my attemp... A big yet interim patch emerging from my attempts to centralize common classloader-related code. As it turns out, not that much of the patch is directly associated with that. Most of it is cleanup in the neighborhoods I was visiting, but there are a few new library files about which I'm open to feedback: scala/util/control/Exception - lots of exception handling code. scala/net/Utility - what would be the first file in scala.net.*, more code to follow if that sounds like a good package idea. scala/util/ScalaClassLoader - mostly convenience methods right now, more sophistication to come Also, this adds a :jar command to the repl which adds a jar to your classpath and replays the session. --- test/files/jvm/interpreter.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/jvm/interpreter.check') diff --git a/test/files/jvm/interpreter.check b/test/files/jvm/interpreter.check index cd55922604..2e18987d0f 100644 --- a/test/files/jvm/interpreter.check +++ b/test/files/jvm/interpreter.check @@ -171,7 +171,7 @@ scala> :1: error: expected start of definition scala> scala> scala> -scala> | | | | res3: scala.xml.Elem = +scala> | | | | res2: scala.xml.Elem = @@ -181,7 +181,7 @@ scala> | | | | scala> scala> scala> -scala> | | | res4: java.lang.String = +scala> | | | res3: java.lang.String = hello there -- cgit v1.2.3