Created
April 10, 2014 17:04
-
-
Save soc/10402594 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
| [error] /home/soc/Entwicklung/utest/shared/main/scala/utest/asserts/Tracer.scala:42: type mismatch; | |
| [error] found : c.universe.TermName | |
| [error] required: c.universe.Tree | |
| [error] q"${expr.tree.pos.lineContent.trim} -> ($loggerName => ${tracingTransformer.transform(expr.tree)})" | |
| [error] ^ | |
| [error] /home/soc/Entwicklung/utest/shared/main/scala/utest/asserts/Tracer.scala:45: Can't unquote Seq[Nothing] with .., bottom type values often indicate programmer mistake | |
| [error] c.Expr[Unit](c.resetLocalAttrs(q"""$func(..$trees)""")) | |
| [error] ^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment