-
sbt version - `1.6.1`
In large enough project `dependencyBrowseTree` task will throw OOM exception. Looking at the implementation, the tree is transformed to JSON and the result is accumulated in m…
-
When I try to run the above command, it says
```
This version of C:\Users\HarryXi\AppData\Local\Coursier\data\bin\.sbt.aux.exe is not compatible with the version of Windows you are running. Please c…
-
Now that scala 3 is officially live, how difficult would it be to add support for it in bazel?
If it's just a matter of adding a custom toolchain, a bit of documentation would help (I tried to do i…
-
Currently blocked by https://github.com/lampepfl/dotty/issues/17330. In the meantime should document that artifacts for Scala 3 are not reproducible.
-
Some integration tests fail sometimes, and sometimes succeed, such as the old `scala3` test. Non-deterministic features aren't desirable, but we should have a place for tests which might succeed or fa…
-
Edit: the following description was based on https://github.com/coursier/apps/pull/154, suggesting that `latest.stable` remains the latest even when the app version is set to a lower version.
I wou…
-
We found that this library does not work with the current Scala 2 library TASTy
* See error in: https://github.com/scala/scala3/pull/19588#issuecomment-1925463405
* See what is the Scala 2 librar…
-
## Compiler version
3.4.2
## Minimized code
I tried to minimize as much as possible, but the crash is solved when either removing `map` or `fold`. If the two files are merged together, the co…
-
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…
-
It appears my project doesn't recompile when I save the source files in an sbt project. As a result, only treesitter errors seem to update with the source, but not build diagnostics.
**Reproduction…