Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

Imports and wildcard imports of Symbols in Scala

how to print variable name and value using a scala macro?

scala scala-macros

Use `this` in a generated macro method

scala scala-macros

Finding implicit method definitions in macro context

scala macros scala-macros

Scala Macros: Getting a List of TypeSymbols to be used at runtime

scala macros scala-macros

Is it possible to implement something akin to Scala's @BeanProperty with macros?

scala macros scala-macros

How can I create an instance of a Case Class with constructor arguments with no Parameters in Scala?

Instantiate a class with Scala Macro or reflection

troubleshooting jar loading conflicts in sbt

Scala 3 (Dotty) Pattern match a function with a macro quotation

Matching XML Literals in Scala Macros

How to distinguish compiler-inferred implicit conversion from explicitly invoked one?

Creating a method definition tree from a method symbol and a body

Is it possible to define a macro with variadic parameters, and get a type for each parameter?

How do I add a no-arg constructor to a Scala case class with a macro annotation?

Providing implicit value for singletons in Play Json library

Gradle Scala Plugin corollary to addCompilerPlugin in sbt

scala gradle scala-macros

Checking for varargs type ascription in Scala macros