Search code examples
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
Misleading unreachable warning when a type pattern match that is the result of a inline expansion is...


scalapattern-matchingmetaprogrammingcompiler-warningsscala-3

Read More
Is there a way to constraint a type parameter to accept only types that are specific (rejects abstra...


scalaconstraintsinlinecompile-timescala-3

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
How to write a inline for loop in scala3?...


scalainlinescala-3

Read More
Implicit conversion between a Union Type and Either in Scala 3...


scalaimplicit-conversionscala-3union-types

Read More
Using Scala 3 to compile sbt's meta-build...


scalasbtscala-3

Read More
Create multicast Monix Observable that can restart when new subscriber subscribes...


scalaobservablereactive-programmingscala-3monix

Read More
How to test fastparse parsers in a separate class?...


scalaimplicitscala-3fastparsegiven

Read More
Enforce type bound for inferred type parameter in pattern matching...


scalascala-3

Read More
BackNext