Skip to content

Instantly share code, notes, and snippets.

@xeno-by
Created September 4, 2014 20:01
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 xeno-by/4f43f7e06354599d744f to your computer and use it in GitHub Desktop.
Save xeno-by/4f43f7e06354599d744f to your computer and use it in GitHub Desktop.
[INFO] --- scala-maven-plugin:3.1.7-SNAPSHOT:compile (scala-compile-first) @ scala ---
[WARNING] Zinc server is not available at port 3030 - reverting to normal incremental compile
[INFO] Using incremental compilation
[WARNING] extra args for zinc are ignored in non-server mode
[INFO] 'compiler-interface' not yet compiled for Scala 2.11.2. Compiling...
/var/folders/bq/rz89jq0x4f13cm4sk6ss08l80000gn/T/sbt_3f3e9cfe/CompilerInterface.scala:246: error: recursive method rootLoader needs result type
override def rootLoader = if(resident) newPackageLoaderCompat(rootLoader)(compiler.classPath) else super.rootLoader
^
/var/folders/bq/rz89jq0x4f13cm4sk6ss08l80000gn/T/sbt_3f3e9cfe/CompilerInterface.scala:246: error: value rootLoader is not a member of scala.tools.nsc.backend.JavaPlatform
override def rootLoader = if(resident) newPackageLoaderCompat(rootLoader)(compiler.classPath) else super.rootLoader
^
/var/folders/bq/rz89jq0x4f13cm4sk6ss08l80000gn/T/sbt_3f3e9cfe/CompilerInterface.scala:267: error: value RootClass is not a member of object Compiler.this.definitions
reSyncCompat(definitions.RootClass, Some(classPath), Some(oldEntry), Some(newEntry))
^
/var/folders/bq/rz89jq0x4f13cm4sk6ss08l80000gn/T/sbt_3f3e9cfe/CompilerInterface.scala:343: error: value RootClass is not a member of object Compiler.this.definitions
pkg == definitions.RootClass ||
^
/var/folders/bq/rz89jq0x4f13cm4sk6ss08l80000gn/T/sbt_3f3e9cfe/CompilerInterface.scala:292: error: value EmptyPackageClass is not a member of object Compiler.this.definitions
invalidateOrRemove(definitions.EmptyPackageClass.asInstanceOf[ClassSymbol])
^
5 errors found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment