-
## Compiler version
3.5.0 (though this probably also happens on latest)
## Minimized code
It can probably happen in any code, but it needs to compile from Metals and from Scala CLI at the sam…
-
https://dotty.epfl.ch/docs/internals/best-effort-compilation.html is a feature that lets Scala Compiler to continue despite compiler errors until typer phase. It is aimed to improve developer experien…
-
### Discussed in https://github.com/scalameta/metals/discussions/5775
Originally posted by **untainsYD** October 21, 2023
When I import an `sbt` build in `metals` (Linux `6.5.8-arch1-1`/`VSCod…
-
## steps
https://github.com/xuwei-k/sbt-2-missing-outer-accessor/commit/89dcb26504365e486ea68a7eedcea9bc3f312f62
`build.sbt`
```scala
sbtPlugin := true
scalaVersion := "3.3.4"
plugin…
-
When I run `sbt` (version 1.10.1) , I get the following warnings:
```
jarjar-abrams/build.sbt:21: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Creat…
-
### Describe the bug
When imoprting a sbt project on Windows, Metals create directories like `null` and `PowerShell x.x.x`.
Steps to reproduce:
- create a new sbt project with `sbt new scala/sc…
-
## steps
`a1/build.sbt`
```scala
val a1 = project.in(file("."))
```
`build.sbt`
```scala
val root = project
.in(file("."))
.dependsOn(ProjectRef(file("a1"), "a1"))
```
`proj…
-
## steps
`build.sbt`
```scala
pomExtra := {
b
}
```
`project/build.properties`
```properties
sbt.version=2.0.0-M2
```
launch sbt
## problem
```
-- [E040] Syntax Er…
-
## steps
```
$ find .
.
$ sbt version
[warn] No sbt.version set in project/build.properties, base directory: /scratch/sbt
[info] welcome to sbt 1.9.0 (Ubuntu Java 11.0.19)
[info] set curren…
-
This issue was copied over from: [https://github.com/disneystreaming/weaver-test/issues/639](https://github.com/disneystreaming/weaver-test/issues/639)
It was opened by: [kubukoz](https://github.com/…