Skip to content

Commit b61144f

Browse files
committed
WIP: extract repl into a separate subproject
status: there's a few places where scala3-compiler uses the repl directly: ``` [error] -- [E006] Not Found Error: /home/mp/Projects/dotty/compiler/src/dotty/tools/MainGenericCompiler.scala:181:8 [error] 181 | repl.Main.main(properArgs.toArray) [error] | ^^^^ [error] | Not found: repl [error] | [error] | longer explanation available when compiling with `-explain` [error] -- [E006] Not Found Error: /home/mp/Projects/dotty/compiler/src/dotty/tools/MainGenericRunner.scala:193:8 [error] 193 | repl.Main.main(properArgs.toArray) [error] | ^^^^ [error] | Not found: repl [error] | [error] | longer explanation available when compiling with `-explain` [error] -- [E008] Not Found Error: /home/mp/Projects/dotty/compiler/src/dotty/tools/dotc/quoted/Interpreter.scala:30:19 [error] 30 |import dotty.tools.repl.AbstractFileClassLoader [error] | ^^^^^^^^^^^^^^^^ [error] | value repl is not a member of dotty.tools [error] -- [E008] Not Found Error: /home/mp/Projects/dotty/compiler/src/dotty/tools/dotc/util/ClasspathFromClassloader.scala:8:19 [error] 8 |import dotty.tools.repl.AbstractFileClassLoader [error] | ^^^^^^^^^^^^^^^^ [error] | value repl is not a member of dotty.tools [error] four errors found [error] (scala3-compiler / Compile / compileIncremental) Compilation failed ```
1 parent 64c3138 commit b61144f

File tree

122 files changed

+0
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/transform/Splicer.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import dotty.tools.dotc.quoted.Interpreter
2323

2424
import scala.util.control.NonFatal
2525
import dotty.tools.dotc.util.SrcPos
26-
import dotty.tools.repl.AbstractFileClassLoader
2726

2827
import scala.reflect.ClassTag
2928

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)