Skip to content

Instantly share code, notes, and snippets.

@szeiger
Created October 30, 2018 18:03
Show Gist options
  • Save szeiger/41e1926df6a099ebeacc910dd3e48778 to your computer and use it in GitHub Desktop.
Save szeiger/41e1926df6a099ebeacc910dd3e48778 to your computer and use it in GitHub Desktop.
szeiger@Stefans-MBP ~/code/dotty (master *=)
$ git clean -df
Removing dist-bootstrapped/
Removing dotty-bootstrapped/
Removing dotty-optimised/
Removing project/project/project/
Removing scala-compiler/
Removing scala-library/
Removing scala-reflect/
Removing scalap/
szeiger@Stefans-MBP ~/code/dotty (master *=)
$ sbt
[info] Loading settings for project dotty-build-build from build.sbt ...
[info] Loading project definition from /Users/szeiger/code/dotty/project/project
[info] Loading settings for project dotty-build from plugins.sbt,build.sbt ...
[info] Loading project definition from /Users/szeiger/code/dotty/project
[info] Loading settings for project dotty from build.sbt ...
[info] Resolving key references (13285 settings) ...
[info] Set current project to dotty (in build file:/Users/szeiger/code/dotty/)
[info] sbt server started at local:///Users/szeiger/.sbt/1.0/server/91ce923d701341216ffa/sock
sbt:dotty> repl
[info] Compiling 7 Java sources to /Users/szeiger/code/dotty/interfaces/target/classes ...
[info] Done compiling.
[info] Packaging /Users/szeiger/code/dotty/interfaces/target/dotty-interfaces-0.11.0-bin-SNAPSHOT.jar ...
[info] Compiling 375 Scala sources and 3 Java sources to /Users/szeiger/code/dotty/compiler/target/scala-2.12/classes ...
[info] Done packaging.
[error] /Users/szeiger/code/dotty/compiler/src/dotty/tools/backend/jvm/DottyBackendInterface.scala:1075:26: not found: type LabeledDeconstructor
[error] object Labeled extends LabeledDeconstructor {
[error] ^
[error] /Users/szeiger/code/dotty/compiler/src/dotty/tools/backend/jvm/DottyBackendInterface.scala:1076:20: not found: value field
[error] def _1: Bind = field.bind
[error] ^
[error] /Users/szeiger/code/dotty/compiler/src/dotty/tools/backend/jvm/DottyBackendInterface.scala:1077:20: not found: value field
[error] def _2: Tree = field.expr
[error] ^
[error] /Users/szeiger/code/dotty/compiler/src/dotty/tools/backend/jvm/DottyBackendInterface.scala:1085:26: not found: type WhileDoDeconstructor
[error] object WhileDo extends WhileDoDeconstructor {
[error] ^
[error] /Users/szeiger/code/dotty/compiler/src/dotty/tools/backend/jvm/DottyBackendInterface.scala:1086:20: not found: value field
[error] def _1: Tree = field.cond
[error] ^
[error] /Users/szeiger/code/dotty/compiler/src/dotty/tools/backend/jvm/DottyBackendInterface.scala:1087:20: not found: value field
[error] def _2: Tree = field.body
[error] ^
[error] 6 errors found
[error] (dotty-compiler / Compile / compileIncremental) Compilation failed
[error] Total time: 37 s, completed Oct 30, 2018 7:02:38 PM
sbt:dotty>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment