Search code examples
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
Scala macros invoke a compile-time determined function name...


scalascala-macros

Read More
Implicit macro. Default implicit value. How?...


scalaimplicitscala-macros

Read More
Scala / Dotty - Mix a trait into an EXISTING object...


scalascala-macrosdottyscala-3

Read More
Scala macros: How can I get a list of the objects within a given package that inherit some trait?...


scalascala-macros

Read More
Scala type constraint to check argument values...


scalatypesshapelessscala-macrostype-level-computation

Read More
top-level class without companion can only expand either into an eponymous class or into a block con...


scalascala-catsscala-macros

Read More
How to generate top-level class/object with scala macro...


scalascala-macros

Read More
Is it possible to using macro to modify the generated code of structural-typing instance invocation?...


scalascala-macrosstructural-typingscalametasemanticdb

Read More
Scala: how to force converting a statement to literal?...


scalascala-macrosdependent-typerefined

Read More
Type refinements in Scala but without using refined...


scalamacrosscala-macrosrefinement-typerefined

Read More
Do I need to define functions when using newtype in Scala?...


scalauser-defined-typesscala-macrosnewtype

Read More
Why value method cannot be used outside macros?...


scalasbtscala-macros

Read More
BackNext