You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lazyvalroot= project
.in(file("."))
.settings(
name :="dotty-simple",
version :="0.1.0-SNAPSHOT",
scalaVersion := dottyVersion,
scalacOptions +="-Ysemanticdb",
libraryDependencies +="com.novocode"%"junit-interface"%"0.11"%"test"
)
Output
sbt:dotty-simple> compile
[info] compiling 3Scala 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.
Expectation
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. :/
The text was updated successfully, but these errors were encountered:
Minimized code
On a project:
Output
and no semanticdb files are created.
Expectation
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. :/
The text was updated successfully, but these errors were encountered: