-
In order to proceed towards a stable 0.5.0 version of Scala Native, it would really help to support the RC versions. I have a dependency on this library.
Consensus has been pretty consistent that d…
-
Hi @labra, @andrewsu pointed out to me that I could be more clear in my compilation output from the `sbt packageBin` command (see below). Still unable to find the wdsub command for execution. Thoughts…
-
Reported by Jerzy Müller: https://groups.google.com/d/topic/scala-internals/fSFBe9ebiqw/discussion
It works on 2.10.4.
```scala
[info] Starting scala interpreter...
[info]
Welcome to Scala ver…
-
IMO there are likely a couple of low-hanging fruits in terms of linker memory consumption. Last time I checked, a large portion of memory was taken by `::` (List's cons). It would not surprise me if w…
gzm0 updated
5 months ago
-
current render pipeline is archaic and CPU-bound, somehow we need to inject GPU magic into scala but we can also use more than 1 thread
- [x] parallelize
- [X] convert to Scala parallel collections …
-
I believe the Scala compiler magically changes the behavior of Java wrapper types so they cooperate with other types to achieve symmetry when using ==. Here's an example:
```scala
scala> (new java…
-
## Reproduction steps
Scala version: 2.13.12
I made another attempt to bring semantics of my collections exactly in line with the standard library and failed miserably.
I hinted at it #12795, b…
-
Written in this part of the scala3 book [collections-methods](https://docs.scala-lang.org/scala3/book/collections-methods.html)
> tail throws an java.lang.UnsupportedOperationException if the list i…
-
### Describe the bug
Using sources that are symbolic links instead of regular files leads to throwing exceptions when running Metals with Ammonite support.
Reproduction steps:
1. `mkdir source …
-
(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 …