Skip to content

scala-xml repo has sbt console errors  #313

Closed
@ashawley

Description

@ashawley

Seems after merging #312, starting the console in sbt causes issues:

> console
[info] Starting scala interpreter...
Welcome to Scala 2.12.8 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_40).
Type in expressions for evaluation. Or try :help.

scala> <console>:5: error: object tools is not a member of package scala
         var value: scala.tools.nsc.interpreter.IMain = _
                          ^
<console>:6: error: object tools is not a member of package scala
         def set(x: _root_.scala.Any) = value = x.asInstanceOf[scala.tools.nsc.interpreter.IMain]

If I disable the sbt-dotty plugin, it doesn't happen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions