Skip to content

Commit 845a005

Browse files
paulpadriaanm
authored andcommitted
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.
1 parent f6f21bd commit 845a005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/files/jvm/interpreter.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ scala> <console>:1: error: expected start of definition
171171
scala>
172172
scala>
173173
scala>
174-
scala> | | | | res3: scala.xml.Elem =
174+
scala> | | | | res2: scala.xml.Elem =
175175
<a>
176176
<b d="dd" c="c"></b></a>
177177

@@ -181,7 +181,7 @@ scala> | | | |
181181
scala>
182182
scala>
183183
scala>
184-
scala> | | | res4: java.lang.String =
184+
scala> | | | res3: java.lang.String =
185185

186186
hello
187187
there

0 commit comments

Comments
 (0)