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
raboof
changed the title
DottyDoc doesn't appear to take into account bootclasspath
DottyDoc doesn't take into account '-release' to set the bootclasspath
Jul 13, 2021
(the issue title is a bit of a guess, to be refined when it is clearer what is going on)
Compiler version
3.0.1-RC1 and the latest nightly (3.0.2-RC1-bin-20210712-47c949b-NIGHTLY)
Minimized code
Using
java.lang.Deprecated
, which has no parameters in Java 8 but has 2 (optional) parameters from Java 10 onwards:Output
sbt compile
is fine, butsbt doc
:Handling the bootclasspath was recently improved in 7d0e477 by @pikinier20 in #11582, but even with that change the problem remains.
The text was updated successfully, but these errors were encountered: