Scala 3 macros: create a new polymorphic function using the reflect api...
Read MoreScala 3 macro: creating a path-dependent method signature...
Read MoreReplacement for `x.asType match { case '[type t <: S; t] => ...` in Scala 3.3 (LTS)...
Read MoreIn scala 3.6.4, how to call a polymorphic method with type bounds from inside a quoted expression?...
Read MoreHow to reduce a `Term` that is reducible to a constant, in a scala 3 macro?...
Read MoreWhy does quoted expression raise errors while equivalent AST does not?...
Read MoreHow to call an inline method from within a scala 3.6.4 macro?...
Read MoreHow to avoid calls to `scala.quoted.Quotes.reflectModule.reportModule.info` to be ignored in compile...
Read MoreHow to compile and execute scala code at run-time in Scala3?...
Read MoreCan a scala3 macro introduce an implicit value around an existing block?...
Read MoreScala 3 macro: how to get the return type of a method by its `Symbol`?...
Read MoreCrashing the compiler with a "MatchError: AnyRef" when I call my scala macro...
Read MoreScala 3 macros: "dynamically" instantiating singleton objects at compile-time...
Read MoreScala 3: why does `inline` fix stack overflow...
Read MoreUsing upickle read in Scala 3 macro...
Read Morehow to generate fresh singleton literal type in scala using macros...
Read Moreexception during macro expansion: type T is not a class, play json...
Read MoreScala3: Crafting Types Through Metaprogramming?...
Read MoreHow do I hang onto an izumi.reflect.Tag?...
Read MoreHow can I create an enum value dynamically in Scala 3 macros?...
Read MoreHow can I get the correctly applied types in the body of a class in Scala 3 reflection?...
Read MoreScala 3 : Finding functions with the given annotation...
Read MoreHow can I convert an Expr to a Tree in Scala 3?...
Read MoreHow to match a TypeDef in a Scala 3 macro annotation correctly?...
Read MoreIs there a simple Scala 3 example of how to use `quoted.Type` as replacement for `TypeTag`?...
Read MoreScala 3 constructor inheritance with macros...
Read MoreScala 3 TypeRepr match on higher-kinded type...
Read MoreDoes anybody know, how to properly print case class type hierarchy without creating one?...
Read Moremacro implementation not found (scala 2.13.3)...
Read More