Search code examples
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-3izumi

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


scalametaprogrammingscala-macrosscala-3

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


scalascala-macrosscala-3parser-combinators

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
How to generate a class in Dotty with macro?...


scalaannotationsmetaprogrammingscala-macrosscala-3

Read More
Macro Annotations in Scala 3...


scalascala-macrosscala-3scala-macro-paradise

Read More
Scala 3 macro to create enum...


scalaenumsmacrosscala-macrosscala-3

Read More
Scala macros/paradise case class apply method...


scalaannotationsscala-macrosscala-macro-paradise

Read More
Is there any trick to use macros in the same file they are defined?...


scalascala-macrosscala-2.11

Read More
Scala 3 macros: create a new polynmorphic function using the reflect api...


scalareflectionscala-macrosscala-3scala-quasiquotes

Read More
WeakTypeTag for higher kinded type...


scalamacrosmetaprogrammingscala-macroshigher-kinded-types

Read More
How to access method valueOf of an unknown enum in Scala 3...


scalascala-macrosscala-3inlininggeneric-derivation

Read More
Scala 3 macro to list source code of file...


scalamacroscode-snippetsscala-macrosscala-3

Read More
Scala 3 Macros: How to invoke a method obtained as a `Symbol` in a quoted code block?...


scalascala-macrosscala-3scala-reflectscala-quasiquotes

Read More
Providing the equivalent of a type parameter [T] from inside a Scala 3 macro...


scalametaprogrammingscala-macrosscala-3

Read More
How to extract all methods in scala 3 using a tasty inspector?...


scalascala-macrosscala-3tasty

Read More
How can I pass an argument to a Scala Macro Annotation impl?...


scalaannotationsscala-macros

Read More
Can I generate Scala code from a template (of sorts)?...


scalascala-macros

Read More
BackNext