You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// val existingClass = entries.filter(_.ext.isClass).map(classNameOf).find(alreadyDefined)
541
+
542
+
// if (existingClass.nonEmpty) out.println(s"The path '$f' cannot be loaded, it contains a classfile that already exists on the classpath: ${existingClass.get}")
543
+
// else {
544
+
// intp.addUrlsToClassPath(f.toURI.toURL)
545
+
// out.println(s"Added '$path' to classpath.")
546
+
// out.println("Added '%s'. Your new classpath is:\n\"%s\"".format(f.path, intp.classPathString))
547
+
// }
522
548
state
523
-
}
524
549
525
550
caseKindOf(expr) =>
526
551
out.println(s"""The :kind command is not currently supported.""")
0 commit comments