Jan Christopher Vogt
Jan Christopher Vogt
Also see http://blog.sigfpe.com/2007/02/monads-for-vector-spaces-probability.html?showComment=1175687820000#c4694577454250958561
At the moment in Scala one has to choose between trait-based interfaces with less boiler-plate or type-class based interfaces that scale to more use cases. Real world code bases either...
I am using ScalaTest with ``` testOptions in (Test, test) += Tests.Argument(TestFrameworks.ScalaTest, "-oFD") ``` The `F` flag makes ScalaTest show full stack traces, when a test fails with an Exception....
Looking for feedback: We'd love to have IDE diagnostics for things detected in refchecks even when typer reported errors. (also see https://github.com/scala/scala3/issues/22872). For example, we have users used to seeing...