Skip to content

Instantly share code, notes, and snippets.

@alexarchambault
alexarchambault / successes
Last active August 28, 2016 00:19 — forked from paulp/failures
testing coursier as a drop-in replacement
[SKIP] maxaf/dandy ivy failed.
[PASS] typesafehub/dbuild ivy ok, coursier ok.
[PASS] stacycurl/delta ivy ok, coursier ok.
[SKIP] xdotai/diff ivy failed.
[PASS] mkroli/dns4s ivy ok, coursier ok.
[PASS] stew/dogs ivy ok, coursier ok.
[PASS] tpolecat/doobie ivy ok, coursier ok.
[SKIP] smarter/dotty-bridge ivy failed.
[PASS] djspiewak/emm ivy ok, coursier ok.
[PASS] ensime/ensime-sbt ivy ok, coursier ok.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
$ ./ammonium
Loading...
Welcome to the Ammonite Repl 0.8.0
(Scala 2.11.8 Java 1.8.0_112)
@ import $ivy.`org.jupyter-scala::scio:0.4.0-RC1`
import $ivy.$
@ {
import jupyter.scio._
#!/usr/bin/env bash
set -e
curl -L -o coursier https://github.com/alexarchambault/coursier/raw/v1.0.0-M15-1/coursier
chmod +x coursier
./coursier bootstrap com.geirsson:scalafmt-cli_2.11:0.6.2 --main org.scalafmt.cli.Cli -o scalafmt
cat > Foo.scala << EOF
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
$ sbt
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
[info] Loading settings from plugins.sbt ...
[info] Loading project definition from /Users/alexandre/projects/coursier/project/project/project
[error] sbt.internal.IncompatiblePluginsException: Binary incompatibility in plugins detected.
[error] Note that conflicts were resolved for some dependencies:
[error] org.scala-lang.modules:scala-parser-combinators_2.12
[error] org.scala-sbt:librarymanagement-core_2.12
[error] org.slf4j:slf4j-api
[error] org.scala-sbt:util-tracking_2.12
Exception in thread "main" java.lang.IncompatibleClassChangeError: Interface method reference: scala.util.control.NoStackTrace.fillInStackTrace()Ljava/lang/Throwable;, is in an indirect superinterface of scala.util.control.BreakControl
at scala.util.control.BreakControl.fillInStackTrace(Breaks.scala:1023)
at java.lang.Throwable.<init>(Throwable.java:250)
at scala.util.control.BreakControl.<init>(Breaks.scala:94)
at scala.util.control.Breaks.<init>(Breaks.scala:29)
at scala.collection.Traversable$.<init>(Traversable.scala:95)
at scala.collection.Traversable$.<clinit>(Traversable.scala)
at scala.package$.<init>(package.scala:40)
at scala.package$.<clinit>(package.scala)
at scala.Predef$.<init>(Predef.scala:139)