File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
tests/run-custom-args/tasty-inspector Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,6 @@ object MiMaFilters {
55 val Library : Seq [ProblemFilter ] = Seq (
66 ProblemFilters .exclude[MissingClassProblem ](" scala.annotation.internal.MappedAlternative" ),
77
8- ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.runtime.LazyVals.getStaticFieldOffset" ),
9- ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.runtime.LazyVals.objCAS" ),
10- ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.LazyVals$LazyValControlState" ),
11- ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.LazyVals$Evaluating$" ),
12- ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.LazyVals$NullValue$" ),
13- ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.LazyVals$Waiting" ),
14- ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.LazyVals.Evaluating" ),
15- ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.LazyVals.NullValue" ),
16-
178 ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.into" ),
189 ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$into$" ),
1910 ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.pureFunctions" ),
Original file line number Diff line number Diff line change @@ -76,16 +76,6 @@ val experimentalDefinitionInLibrary = Set(
7676 " scala.quoted.Quotes.reflectModule.SymbolModule.newClass" ,
7777 " scala.quoted.Quotes.reflectModule.SymbolModule.freshName" ,
7878 " scala.quoted.Quotes.reflectModule.SymbolMethods.info" ,
79-
80- // New APIs: Lightweight lazy vals. Can be stabilized in 3.3.0
81- " scala.runtime.LazyVals$.Evaluating" ,
82- " scala.runtime.LazyVals$.Evaluating$" ,
83- " scala.runtime.LazyVals$.LazyValControlState" ,
84- " scala.runtime.LazyVals$.NullValue" ,
85- " scala.runtime.LazyVals$.NullValue$" ,
86- " scala.runtime.LazyVals$.Waiting" ,
87- " scala.runtime.LazyVals$.getStaticFieldOffset" ,
88- " scala.runtime.LazyVals$.objCAS"
8979)
9080
9181
You can’t perform that action at this time.
0 commit comments