File tree 2 files changed +0
-19
lines changed
tests/run-custom-args/tasty-inspector
2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,6 @@ object MiMaFilters {
5
5
val Library : Seq [ProblemFilter ] = Seq (
6
6
ProblemFilters .exclude[MissingClassProblem ](" scala.annotation.internal.MappedAlternative" ),
7
7
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
-
17
8
ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.into" ),
18
9
ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$into$" ),
19
10
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(
76
76
" scala.quoted.Quotes.reflectModule.SymbolModule.newClass" ,
77
77
" scala.quoted.Quotes.reflectModule.SymbolModule.freshName" ,
78
78
" 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"
89
79
)
90
80
91
81
You can’t perform that action at this time.
0 commit comments