Search code examples
Scala 3 macros: create a new polymorphic function using the reflect api...


scalareflectionscala-macrosscala-3scala-quasiquotes

Read More
Scala 3 macro: creating a path-dependent method signature...


scalascala-macrosscala-3

Read More
Replacement for `x.asType match { case '[type t <: S; t] => ...` in Scala 3.3 (LTS)...


scalamacrosscala-macrosscala-3scala-quasiquotes

Read More
In scala 3.6.4, how to call a polymorphic method with type bounds from inside a quoted expression?...


scalamacrosmetaprogrammingscala-macrosscala-3

Read More
How to reduce a `Term` that is reducible to a constant, in a scala 3 macro?...


scalascala-macrosscala-3

Read More
Why does quoted expression raise errors while equivalent AST does not?...


scalascala-macrosscala-3

Read More
How to call an inline method from within a scala 3.6.4 macro?...


scalamacrosinlinescala-macrosscala-3

Read More
How to avoid calls to `scala.quoted.Quotes.reflectModule.reportModule.info` to be ignored in compile...


scalamacrosscala-macrosscala-3

Read More
How to compile and execute scala code at run-time in Scala3?...


scalamacrosscala-macrosscala-3

Read More
Scala 3 Manifest replacement...


scalascala-macrosscala-3

Read More
Can a scala3 macro introduce an implicit value around an existing block?...


scalamacrosimplicitscala-macrosscala-3

Read More
Scala 3 macro: how to get the return type of a method by its `Symbol`?...


scalascala-macrosscala-3

Read More
Crashing the compiler with a "MatchError: AnyRef" when I call my scala macro...


scalascala-macros

Read More
Scala 3 macros: "dynamically" instantiating singleton objects at compile-time...


scalascala-macrosscala-3

Read More
Scala 3: why does `inline` fix stack overflow...


scalascala-macrosscala-3parser-combinators

Read More
Using upickle read in Scala 3 macro...


scalagenericsjson-deserializationscala-macrosupickle

Read More
how to generate fresh singleton literal type in scala using macros...


scalascala-macrosscala-2.13

Read More
exception during macro expansion: type T is not a class, play json...


scalascala-macrosplay-json

Read More
Scala3: Crafting Types Through Metaprogramming?...


scalametaprogrammingscala-macrosscala-3

Read More
How do I hang onto an izumi.reflect.Tag?...


scalascala-macrosscala-3

Read More
How can I create an enum value dynamically in Scala 3 macros?...


scalametaprogrammingscala-macrosscala-3

Read More
How can I get the correctly applied types in the body of a class in Scala 3 reflection?...


scalametaprogrammingscala-macros

Read More
Scala 3 : Finding functions with the given annotation...


scalametaprogrammingscala-macrosscala-3

Read More
How can I convert an Expr to a Tree in Scala 3?...


scalascala-macrosscala-3

Read More
How to match a TypeDef in a Scala 3 macro annotation correctly?...


scalascala-macrosscala-3

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


scalatypesscala-macrosscala-3

Read More
Scala 3 constructor inheritance with macros...


scalascala-macrosscala-3

Read More
Scala 3 TypeRepr match on higher-kinded type...


scalascala-macrosscala-3

Read More
Does anybody know, how to properly print case class type hierarchy without creating one?...


scalaloggingreflectionscala-macros

Read More
macro implementation not found (scala 2.13.3)...


scalascala-macros

Read More
BackNext