On a project:
lazy val root = project
.in(file("."))
.settings(
name := "dotty-simple",
version := "0.1.0-SNAPSHOT",
scalaVersion := dottyVersion,
scalacOptions += "-Ysemanticdb",
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"
)
sbt:dotty-simple> compile
[info] compiling 3 Scala sources to /home/tgodzik/Documents/workspaces/dotty-sample/target/scala-3.0.0-M3/classes ...
[warn] bad option '-Ysemanticdb' was ignored
[warn] one warning found
[warn] one warning found
and no semanticdb files are created.
No warnings are produced and semanticdb files are produced.
Please do inform us about changes, that can impact Metals. This one is particularly problematic as I need to also release Bloop for a change that fixes nothing. :/
It seems that abbreviations do not work currently, that might be the issue.
The problem seems to have been reported previously https://github.com/lampepfl/dotty/issues/10844 - it's the same bug.
previously #10844 - it's the same bug
10844 is indeed the same bug :-)
Most helpful comment
10844 is indeed the same bug :-)