-
## reproduction steps
Issue raised at https://discord.com/channels/632150470000902164/632628489719382036/916066258649243659
`LinearSeqOps` got some help https://github.com/scala/scala/commit/cc5…
-
(note: copied from https://github.com/FasterXML/jackson-module-jsonSchema/issues/71)
Looks like Scala types may not (fully?) support visitability, to allow things like JSON Schema generation.
Adding …
-
The readme currently contrasts `FArray` against Scala collections generally.
But I really want to know is when and how `FArray` is faster than `scala.IArray` specifically — that is _the_ crucial co…
-
While Scala is a nice language, the consensus of the frontend team is that maintaining a mixture of Scala and Java causes more friction than it is worth:
- IntelliJ struggles to reason about the Scal…
-
The Scala library depends on the Java library and we implement the Java library in Scala. We can eliminate the circular dependency with some dedicated effort. Scala.js has already completed the effort…
-
Scala collections do not use Swarm references internally, which means that they cannot be split across multiple machines.
We need to create "Swarm-ful" versions of these collections that do use Swarm…
-
## steps
Make your project in build.sbt be anything else except `lazy val root = (project in file("."))`
## problem
sbt incorrectly sets scala version for builds.
This is evident by:
1.…
-
In 2.13, `scala.jdk.StreamConverters` adds a `toScala` extension method to streams that allows converting a stream to arbitrary Scala collections.
Collecting a parallel stream is especially efficie…
lrytz updated
5 years ago
-
-
CoulombVector, CoulombList, etc. It is straightforward to declare Vector[Quantity[...]] but more efficient to abstract out the unit types