Skip to content

Commit 3fbbe09

Browse files
committed
Remove experimental from @binaryAPI
1 parent 618d656 commit 3fbbe09

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
package scala.annotation
22

33
/** TODO */
4-
@experimental
54
class binaryAPI extends scala.annotation.StaticAnnotation

project/MiMaFilters.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ object MiMaFilters {
1717
ProblemFilters.exclude[MissingClassProblem]("scala.util.boundary$Break"),
1818
ProblemFilters.exclude[MissingClassProblem]("scala.util.boundary$Label"),
1919
ProblemFilters.exclude[MissingClassProblem]("scala.quoted.runtime.QuoteMatching$"),
20+
ProblemFilters.exclude[MissingClassProblem]("scala.annotation.binaryAPI"),
2021

2122
// Scala.js only: new runtime support class in 3.2.3; not available to users
2223
ProblemFilters.exclude[MissingClassProblem]("scala.scalajs.runtime.AnonFunctionXXL"),

tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ val experimentalDefinitionInLibrary = Set(
3535
"scala.annotation.MainAnnotation$.Parameter",
3636
"scala.annotation.MainAnnotation$.ParameterAnnotation",
3737

38-
//// New feature: Explicit inline accessors
39-
"scala.annotation.binaryAPI",
40-
4138
//// New feature: prototype of new version of @main
4239
// This will never be stabilized. When it is ready it should replace the old @main annotation (requires scala.annotation.MainAnnotation).
4340
// Needs user feedback.

0 commit comments

Comments
 (0)