List Question
20 TechQA 2024-03-27T16:22:36.137000how to generate fresh singleton literal type in scala using macros
61 views
Asked by LIshy2
exception during macro expansion: type T is not a class, play json
53 views
Asked by AminMal
How to extract type parameter from TypeLambda correctly?
38 views
Asked by Suma
How do I update a multi project sbt build that depends on macro libraries to scala 3 in stages?
63 views
Asked by johnduffell
Get an implicit value during macro generation for a Type
61 views
Asked by Atais
How do I hang onto an izumi.reflect.Tag?
75 views
Asked by Todd O'Bryan
Why does this Scala 3 macros reference example of HOAS fail with "Type must be fully defined" error?
73 views
Asked by Aaron Beppu
Why does this "Aux" pattern work for Shapeless but not for me?
99 views
Asked by Dima
How can I resolve a type provided by given in a Scala 3 macro?
85 views
Asked by Greg
How can I create an enum value dynamically in Scala 3 macros?
136 views
Asked by Greg
Internal error accessing enclosing macro object via a symbol of a superclass member
29 views
Asked by Dima
How can I untangle quotes and levels in Scala 3 macros?
53 views
Asked by Greg
Scala 3: why does `inline` fix stack overflow
116 views
Asked by jared jacobson
How can I use Scala 3 match types in Quotes (macro)?
26 views
Asked by Greg
How to implement a Scala 3 macro that adds the inline keyword (aka Flag) to a Def/Val
52 views
Asked by mdedetrich
What would cause ClassNotFound in a Scala 3 macro?
31 views
Asked by Greg
How to extract comments in scala 3 source files by using a tasty inspector
46 views
Asked by kostas.kougios
How can I get the correctly applied types in the body of a class in Scala 3 reflection?
68 views
Asked by Greg
Can I create a Liftable for a parameterized trait in Scala 3 macros?
29 views
Asked by Greg
How can I get the equivalent of foo.asInstanceOf[SomeType] in a Scala 3 macro?
35 views
Asked by Greg