Skip to content

Commit

Permalink
improvement: Use bootstrapped compiler always
Browse files Browse the repository at this point in the history
The compiler doesn't publish presentation compiler for nonbootstrapped version, but it should work fine with bootstrapped one. It's mainly needed in scaladoc.
  • Loading branch information
tgodzik committed Oct 7, 2024
1 parent f362c1c commit 48dcf96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ object MtagsResolver {
)(implicit ec: ExecutionContext): Option[MtagsBinaries] = {
if (hasStablePresentationCompiler(scalaVersion))
resolve(
scalaVersion,
scalaVersion.stripSuffix("-nonbootstrapped"),
original = None,
resolveType = ResolveType.StablePC,
)
Expand Down

0 comments on commit 48dcf96

Please sign in to comment.