Skip to content

Instantly share code, notes, and snippets.

@soc
Created April 10, 2014 17:04
Show Gist options
  • Select an option

  • Save soc/10402594 to your computer and use it in GitHub Desktop.

Select an option

Save soc/10402594 to your computer and use it in GitHub Desktop.
[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