Skip to content

Instantly share code, notes, and snippets.

@blt
Created April 7, 2011 23:39
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 blt/909012 to your computer and use it in GitHub Desktop.
Save blt/909012 to your computer and use it in GitHub Desktop.
$ sbt compile
[info] Building project Botty 0.0.1 against Scala 2.8.1
[info] using BottyProject with sbt 0.7.5 and Scala 2.7.7
[info]
[info] == compile ==
[info] Source analysis: 1 new/modified, 0 indirectly invalidated, 0 removed.
[info] Compiling main sources...
[error] /tmp/Botty/src/main/scala/Botty.scala:15: missing parameter type for expanded function ((x0$1) => x0$1 match {
[error] case Login((username @ _)) => log.info("Got login: ".$plus(username))
[error] case Logout((username @ _)) => log.info("Got logout: ".$plus(username))
[error] })
[error] def recieve = {
[error] ^
[error] one error found
[info] == compile ==
[error] Error running compile: Compilation failed
[info]
[info] Total time: 3 s, completed Apr 7, 2011 7:38:53 PM
[info]
[info] Total session time: 3 s, completed Apr 7, 2011 7:38:53 PM
[error] Error during build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment