Search code examples
Compilation Error: Instance not found: Conversion[models.Errorcode, _ <: Product] on Scala 3 Play...


scalaplayframeworkscala-3play-json

Read More
Test/compile not finding lib/jar with Scala 3 (but 2.13 works)...


scalasbtscala-3

Read More
Scala 3 binary compatibility issue...


scalascala-3

Read More
Scala 3 macros: "dynamically" instantiating singleton objects at compile-time...


scalascala-macrosscala-3

Read More
Scala 2 to Scala 3: Instantiating a trait no longer recognises new methods...


scalatraitsanonymous-classscala-3

Read More
Scala 3: why does `inline` fix stack overflow...


scalascala-macrosscala-3parser-combinators

Read More
Scala initialization order object vs. val...


scalaobjectinitializationlazy-initializationscala-3

Read More
In Scala 3 with DOT calculus, is `this.type` a path-dependent type? What makes it special?...


scaladependent-typescala-3path-dependent-typedotty

Read More
Scala3 "as" and "with" keywords used with "given"...


scalasyntaximplicitscala-3given

Read More
Using `opaque type` as a typeclass in Scala...


scalatypeclassscala-3opaque-types

Read More
Using scoverage with scala3 and mill...


scalascala-3scoveragemill

Read More
Why doesn't my scalac prints any warning for missing "open" keyword...


scalainheritancekeywordscala-3

Read More
Is it possible to pass a scala 3 enum as parameter?...


scalaparametersenumsscala-3

Read More
Scala 3 'cast' generic type to match type...


scalagenericsscala-3match-types

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


scalascala-3

Read More
How to overcome Scala 3 missing type projection?...


scalagenericsscala-3

Read More
Is there a syntax for varargs splicing compatible with both Scala 2 and Scala 3?...


scalascala-3

Read More
Recursive higher order function type in Scala 3...


scalahigher-order-functionsscala-3higher-order-types

Read More
How to avoid the "type test cannot be checked" waring in pattern matches of nullable types...


scalanullablescala-3non-nullablenullability

Read More
What is the difference between the types Null and Null & T where T <: AnyRef?...


scalagenericstypesscala-3

Read More
How to constraint a type parameter to be an `enum` and get the number of cases of the enum represent...


scalascala-3

Read More
formatting `fewerBraces` does not always compile...


intellij-ideascala-3intellij-scala

Read More
Is it possible to emit a dynamically generated compiler error message in inline methods or clauses?...


scalainlinecompile-timescala-3

Read More
I have scala 3.4.1 installed on MacOS but version info from util is 2.13.12...


scalascala-3

Read More
Can't execute an extension method of a context function in Scala 3...


scalaimplicitscala-3

Read More
How to define a scala.ValueOf for tuples in scala 3?...


scalainlinescala-3match-typesscala-compiletime

Read More
Scala 3 generic method type parameter not working...


scalagenericsscala-3type-parameter

Read More
How to create an Array[T | Null] where T is a type parameter with `AnyRef` as upper bound...


arraysscalagenericsscala-3erasure

Read More
Can't create an anonymous implementation of ContextFunction1 in Scala 3...


scalaimplicitscala-3

Read More
Deserializing Java String into a Java Class using Lift JSON in Scala 3...


scalajvmscala-3

Read More
BackNext