Search code examples
In scala macro, how to lift an object and use it in quasiquote at compile time?...


scalamacrosscala-macrosscala-reflectscala-2.13

Read More
In scala, can a function be defined to have pass-by-AST parameter, such that the input AST of a func...


scalaabstract-syntax-treescala-macrosscala-2.13

Read More
Scala 3 : Create Expr[ Int => Int ]...


scalascala-macrosscala-3

Read More
Conditional compilation with macros work for methods, but not for fields...


scalascala-macros

Read More
Building Dynamic Expressions with Scala3 macro...


scalascala-macrosscala-3

Read More
Extracting and accessing fields at compile time in Scala 3...


scalascala-macrosscala-3

Read More
Scala 2 macro type class derivation for `Coder[P <: Product]` ends with error `P does not take pa...


scalatypeclassscala-macrosscala-2.13defmacro

Read More
How to print source code of "IF" condition in "THEN"...


scalareflectionmacrosscala-macros

Read More
Get value of a literal type passed as type parameter...


scalametaprogrammingscala-macros

Read More
Applying type to a type constructor in macro throws exception...


scalametaprogrammingscala-macrostype-constructor

Read More
Using scala macro to manipulate variable declaration...


scalascala-macros

Read More
Scala 3 Tasty Reflection Macro: CyclicReference...


scalascala-macrosdottyscala-3

Read More
Scala 3 type bound `<:<` trick for tuples...


scalatypesscala-macrosscala-3

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


scalamacrosscala-macrosscala-3

Read More
Is quasiquote removed from scala 3?...


scalametaprogrammingscala-macrosscala-3

Read More
Postpone implicit resolution until macro expansion...


scalametaprogrammingimplicitscala-macros

Read More
Magnet pattern for Scala MongoDB driver...


mongodbscalaimplicitscala-macrosmongo-scala-driver

Read More
Getting Parameters from Scala Macro Annotation...


scalaannotationsscala-macros

Read More
How to use a `universe.Tree` created and type-checked in one Scala macro execution, in another macro...


scalamacrosscala-macros

Read More
how to normalize a `scala.reflect.api.Types.Type`...


scalareflectionscala-macros

Read More
Implicit resolution fail in reflection with ToolBox...


scalareflectionscala-macrosscala-reflectavro4s

Read More
In a scala macro, how to get the full name that a class will have at runtime?...


scalascala-macrosscala-reflect

Read More
Using ClassSymbol in a quasiquote...


scalametaprogrammingabstract-syntax-treescala-macrosscala-quasiquotes

Read More
MacroAnnotation to remove annotation from method's type member...


scalametaprogrammingscala-macrosscala-quasiquotes

Read More
Extract ClassSymbols for method's parameter bounds...


scalametaprogrammingscala-macros

Read More
Pass type identifier to static macro annotation...


scalascala-macros

Read More
How to recognize an anonymous class in a Scala macro?...


scalareflectionscala-macros

Read More
what should a scala implicit macro have to return to tell the compiler "forget my result, conti...


scalaimplicitscala-macros

Read More
Generate apply methods creating a class...


scalafunctional-programmingscala-catsscala-macroscompanion-object

Read More
Creating pseudo-assignement using Scala macro...


scalamacrosscala-macros

Read More
BackNext