Skip to content

Instantly share code, notes, and snippets.

@markhibberd
Created March 8, 2014 09:56
Show Gist options
  • Save markhibberd/9428127 to your computer and use it in GitHub Desktop.
Save markhibberd/9428127 to your computer and use it in GitHub Desktop.
scalacOptions ++= Seq("-deprecation", "-unchecked", "-optimise", "-Yinline-warnings", "-feature", "-language:implicitConversions", "-language:higherKinds", "-language:postfixOps")
time ./sbt ";++2.10.3; clean; compile"
Detected sbt version 0.13.1
[info] Loading project definition from /Users/mth/home/argonaut/argonaut/project
[info] Set current project to argonaut (in build file:/Users/mth/home/argonaut/argonaut/)
[info] Setting version to 2.10.3
[info] Set current project to argonaut (in build file:/Users/mth/home/argonaut/argonaut/)
[success] Total time: 0 s, completed 08/03/2014 8:51:43 PM
[info] Updating {file:/Users/mth/home/argonaut/argonaut/}argonaut...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Compiling 24 Scala sources to /Users/mth/home/argonaut/argonaut/target/scala-2.10/classes...
4[warn] At the end of the day, could not inline @inline-marked method ->$extension
[warn] one warning found
[success] Total time: 57 s, completed 08/03/2014 8:52:40 PM
./sbt ";++2.10.3; clean; compile" 141.60s user 3.26s system 229% cpu 1:03.16 total
vex:argonaut] 2337$ time ./sbt ";++2.11.0-RC1; clean; compile"
Detected sbt version 0.13.1
[info] Loading project definition from /Users/mth/home/argonaut/argonaut/project
[info] Set current project to argonaut (in build file:/Users/mth/home/argonaut/argonaut/)
[info] Setting version to 2.11.0-RC1
[info] Set current project to argonaut (in build file:/Users/mth/home/argonaut/argonaut/)
[success] Total time: 0 s, completed 08/03/2014 8:59:32 PM
[info] Updating {file:/Users/mth/home/argonaut/argonaut/}argonaut...
[info] Resolving jline#jline;2.11 ...
[info] Done updating.
[info] Compiling 24 Scala sources to /Users/mth/home/argonaut/argonaut/target/scala-2.11.0-RC1/classes...
[success] Total time: 58 s, completed 08/03/2014 9:00:30 PM
./sbt ";++2.11.0-RC1; clean; compile" 139.50s user 3.43s system 225% cpu 1:03.50 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment