Created
November 25, 2014 23:35
-
-
Save propensive/ef8f7ef5037ea995e53b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > sbt benchmark/run | |
| <snip> | |
| [info] Compiling 4 Scala sources to /home/jpretty/dev/github.com/non/jawn/benchmark/target/scala-2.11/classes... | |
| [error] /home/jpretty/dev/github.com/non/jawn/benchmark/src/main/scala/jawn/Parboiled.scala:27: reference to ParserInput is ambiguous; | |
| [error] it is imported twice in the same scope by | |
| [error] import spray.json._ | |
| [error] and import org.parboiled2._ | |
| [error] class ParboiledParser(val input: ParserInput) extends Parser with StringBuilding { | |
| [error] ^ | |
| [error] one error found | |
| [error] (benchmark/compile:compile) Compilation failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment