Skip to content

Commit

Permalink
Fix MiMa and tasty tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noti0na1 committed Apr 24, 2024
1 parent 077f60c commit f091ca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions project/MiMaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ object MiMaFilters {
// Additions that require a new minor version of the library
Build.mimaPreviousDottyVersion -> Seq(
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.annotation.experimental.this"),
ProblemFilters.exclude[FinalClassProblem]("scala.annotation.experimental"),
),

// Additions since last LTS
Expand Down
3 changes: 3 additions & 0 deletions tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ val experimentalDefinitionInLibrary = Set(
"scala.Tuple$.Reverse", // can be stabilized in 3.5
"scala.Tuple$.ReverseOnto", // can be stabilized in 3.5
"scala.runtime.Tuples$.reverse", // can be stabilized in 3.5

// New feature: fromNullable for explicit nulls
"scala.Predef$.fromNullable",
)


Expand Down

0 comments on commit f091ca1

Please sign in to comment.