Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

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

How to require at compile time that a type parameter be a trait (and not a class or other type value)?

Is it possible to generate Apply from WeakTypeTag inside a scala macro?

Scala Macro Annotations: c.TypeCheck of annotated type causes StackOverflowError

scala scala-macros

Howto model named parameters in method invocations with Scala macros?

scala scala-macros