-
### Describe the bug
We're using Metals in VSCode in a code base without 5k Scala files. In the past few months we've started receiving fatal errors like the following. These occur multiple times a d…
-
https://scalameta.org/docs/semanticdb/guide.html#scala-bindings
The website mentioned `"org.scalameta" %% "semanticdb" % "4.10.1"`
But I am not able to find semanticdb with version 4.10.1. I can…
-
https://scalameta.org/docs/semanticdb/specification.html#synthetic
> "Synthetics" is a section of a TextDocument that stores trees added by compilers that do not appear in the original source. Exam…
-
Version 0.7.1 of the scala3-migrate-plugin requires version 4.7.8 of semanticdb-scalac, which doesn't exist for Scala 2.13.14+. Error message: `(update) sbt.librarymanagement.ResolveException: Error d…
-
I'm trying out VSCode+Metals, but semanticdb for some modules are unavailable for a multi-project:
* [reports.zip](https://github.com/user-attachments/files/17007056/reports.zip)
* [metals.log](http…
-
Stripe's Scala team has an intern, and this quarter we're planning work that requires SemanticDB outputs!
I believe SemanticDB support can be easily encapsulated in a new optional phase that:
1. a…
-
[Sorry, creating new issue as I see the original one was closed]
If I have the following directory structure:
```
.
└── common/
├── protos/
│ ├── foo/
│ │ └── Foo.scala
…
-
Hey, thanks for this tool. We just started trying it out to try and index Java code in our Bazel monorepo.
We hit an issue where running the Bazel aspect would hit compilation failures for some cod…
-
I'm not sure what other context to provide, I am just getting the below, along with `Please report a bug to https://github.com/sourcegraph/semanticdb-java with the stack trace above.` and the link to …
-
We could do type analysis before we mutate code using SemanticDB. Using type analysis, we can be sure a mutation is actually possible. Example: only mutate a `.filter` if the statement's type also has…