Skip to content

Commit

Permalink
Enable experimental features in tests as workaround for sbt scala bin…
Browse files Browse the repository at this point in the history
…ary version resolution bug
  • Loading branch information
prolativ committed Jul 9, 2021
1 parent 5ce5274 commit 0541436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/config/Feature.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ object Feature:
else
false

private val assumeExperimentalIn = Set("dotty.tools.vulpix.ParallelTesting")
private val assumeExperimentalIn = Set("dotty.tools.vulpix.ParallelTesting", "dotty.tools.dotc.BootstrappedStdLibTASYyTest")

def checkExperimentalFeature(which: String, srcPos: SrcPos)(using Context) =
if !isExperimentalEnabled then
Expand Down

0 comments on commit 0541436

Please sign in to comment.