Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

Is there a simple Scala 3 example of how to use `quoted.Type` as replacement for `TypeTag`?

Type error when using a type parameter as a type argument for another type being passed to a macro implementation

scala scala-macros

Why is it not the same?

Macro annotation with default arguments

Scala: Boilerplate-free pimping

Scala 3 Macro - Retain a generic type in runtime

scala scala-macros scala-3

How to get erased type at compile time?

Scalameta: Identify particular annotations

scala 3 macros: returning Map[String, Class[Any]] from a Macro

How to evaluate an expression inside a Scala macro?

Necessary to export Quasiquotes dependency for exported macro libraries on Scala 2.10?

Conditional compilation of code blocks in Scala

Access code file and line number from Scala macro?