Search code examples
Scala 3 macros: create a new polymorphic function using the reflect api...


scalareflectionscala-macrosscala-3scala-quasiquotes

Read More
Fix missing transnitive dependencies with jlink and scala3 `scala.quoted -> scala `...


scalasbtscala-3sbt-native-packagerjlink

Read More
Scala 3 macro: creating a path-dependent method signature...


scalascala-macrosscala-3

Read More
Replacement for `x.asType match { case '[type t <: S; t] => ...` in Scala 3.3 (LTS)...


scalamacrosscala-macrosscala-3scala-quasiquotes

Read More
In scala 3.6.4, how to call a polymorphic method with type bounds from inside a quoted expression?...


scalamacrosmetaprogrammingscala-macrosscala-3

Read More
Scala given in lexical scope not found in called function...


scalausingimplicitscala-3given

Read More
How to reduce a `Term` that is reducible to a constant, in a scala 3 macro?...


scalascala-macrosscala-3

Read More
Why does quoted expression raise errors while equivalent AST does not?...


scalascala-macrosscala-3

Read More
Looking up and setting elements of java.util.Properties using dot notation in Scala...


scaladynamicscala-3

Read More
How to call an inline method from within a scala 3.6.4 macro?...


scalamacrosinlinescala-macrosscala-3

Read More
How to avoid calls to `scala.quoted.Quotes.reflectModule.reportModule.info` to be ignored in compile...


scalamacrosscala-macrosscala-3

Read More
How to write for play framework scala 3 enums reads, writes and format...


scalaplayframeworkscala-3play-json

Read More
How to compile and execute scala code at run-time in Scala3?...


scalamacrosscala-macrosscala-3

Read More
Scala 3 Manifest replacement...


scalascala-macrosscala-3

Read More
How to specify Scala 3 `scala.Conversion` when the types being converted take an arbitrary type para...


scalaimplicit-conversionimplicitscala-3type-parameter

Read More
Define trait as supertype of existing built-in type...


scalatraitsscala-3

Read More
default values ignored in @main?...


scalascala-3

Read More
Check a list contains an instance of each possible case class...


scalamacrosscala-3

Read More
Scala: An extension method was tried, but could not be fully constructed (same extension name on mul...


scalaextension-methodsscala-3

Read More
How to create an Instance of a generic class in Scala 3 Metaprogramming...


scalametaprogrammingscala-3

Read More
(De)serialize enum as string in Scala 3...


scalaserializationcircescala-3

Read More
Parsing command line arguments as an Array[String] in Scala 3?...


scalacommand-line-argumentsscala-3

Read More
Why are `given ... with { ... }` and `given ... = new { ... }` working differently?...


scalaimplicitdependent-typescala-3

Read More
What's the easiest way to serialize an opaque type with circe...


jsonscalaserializationscala-3circe

Read More
Given member definitions starting with `with` are no longer supported...


scalasyntaximplicitscala-3given

Read More
How to use generic enum's values in a function...


scalascala-3

Read More
How to summon a `given` member?...


scalaimplicitscala-3initialization-ordergiven

Read More
zio-http and Tapir: provide layers globally...


scalascala-3ziotapirzio-http

Read More
Can a scala3 macro introduce an implicit value around an existing block?...


scalamacrosimplicitscala-macrosscala-3

Read More
In Scala 3, how to write a term of which type signature is a match type?...


scalascala-3match-types

Read More
BackNext