Questions tagged [scala-quasiquotes]

In Scala, quasiquotes are shipped in the official Scala distribution as part of scala-reflect.jar

Read also: http://docs.scala-lang.org/overviews/quasiquotes/intro.html

91 questions
0
votes
1 answer

`embeddedFile` warns during compilation while using quasiquotes

After I started using quasiquotes for Scala 2.10 via SBT plugin I have warnings as follows: [warn] embeddedFile--QuasiquoteCompat.scala@e97d744663044acca2f60c8e99547f14:320: Adapting argument list by inserting (): leaky (Object-receiving) target…
Alexander Myltsev
  • 459
  • 1
  • 3
  • 13
1 2 3 4 5 6
7