Skip to content

Instantly share code, notes, and snippets.

@neshkeev
Created September 19, 2019 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neshkeev/fa7da49d3758016ed1daf1906d3b3275 to your computer and use it in GitHub Desktop.
Save neshkeev/fa7da49d3758016ed1daf1906d3b3275 to your computer and use it in GitHub Desktop.
[info] Loading settings for project dotty-build-build from build.sbt ...
[info] Loading project definition from /home/me/dotty/project/project
[info] Loading settings for project dotty-build from plugins.sbt,build.sbt ...
[info] Loading project definition from /home/me/dotty/project
[info] Loading settings for project dotty from build.sbt ...
[info] Resolving key references (15694 settings) ...
[info] Set current project to dotty (in build file:/home/me/dotty/)
[info] Checking out Scala.js source version 1.0.0-M8
[warn] Multiple main classes detected. Run 'show discoveredMainClasses' to see the list
[info] Compiling 44 Scala sources to /home/me/dotty/tests/sjs-junit/../out/bootstrap/sjsJUnitTests/scala-0.19/test-classes ...
[error] -- [E006] Unbound Identifier Error: /home/me/dotty/tests/sjs-junit/../out/bootstrap/sjsJUnitTests/scala-js-src-1.0.0-M8/test-suite/shared/src/test/scala/org/scalajs/testsuite/javalib/io/ByteArrayInputStreamTest.scala:19:39
[error] 19 |class ByteArrayInputStreamTest extends CommonStreamsTests {
[error] | ^^^^^^^^^^^^^^^^^^
[error] | Not found: type CommonStreamsTests
[error] one error found
[error] (sjsJUnitTests / Test / compileIncremental) Compilation failed
[error] Total time: 14 s, completed Sep 19, 2019, 10:30:04 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment