Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

Using LabelDef in scala macros (2.10)

Listing all visible implicits

Is it possible to access the symbol table in a macro?

Scala Macros: Checking if a Java Field is marked as transient

scala scala-macros

Scala Macro: Create new classes with Option types

How can I apply a macro annotation to a case class with a context bound?

Scaladoc generation fails when referencing methods generated by annotation macros

Scala untyped macro in infix position

scala macros scala-macros

How to check if some T is a case class at compile time in Scala?

How to create an instance of a generic type in a Scala 3 macro?

"macro implementation reference has wrong shape" in the Scala Documentation examples

What is the best way to re-establish type coherence after transforming a Tree with Macros

SBT Plugin: How to add compiler plugin as a dependency that is not propagated downstream?

How to get constructor argument names using Scala-Macros

How to build a dynamic sequence in a scala macro?

Macro to access source code of function at runtime

Scala - How to "delay" expression's compilation

scala scala-macros

scala macros: how to read an annotation object

Return most specific type given a method parameter

Howto model named parameters in method invocations with Scala macros?

scala scala-macros