milessabin / macro-compat

macro-compat is a small library which allows you to compile macros with Scala 2.10.x which are written to the Scala 2.11/2 macro API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile error: bad symbolic reference. A signature in TypecheckerContextExtensions.class refers to term tools

aishfenton opened this issue · comments

commented

You also need to add scala-compiler as a dep. Worth mentioning in readme?

"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",

Yes, definitely. PR? :-)

commented

Done #60

Fixed in #60. Many thanks :-)