@@ -50,37 +50,17 @@ val experimentalDefinitionInLibrary = Set(
5050 " scala.compiletime.ops.string$.Substring" ,
5151
5252 // // New APIs: Mirror
53- // Can be stabilized in 3.2.0 or later.
54- " scala.deriving.Mirror$.fromTuple" , // Probably for 3.2.0
53+ // Can be stabilized in 3.3.0 or later.
5554 " scala.deriving.Mirror$.fromProductTyped" , // This API is a bit convoluted. We may need some more feedback before we can stabilize it.
5655
57- // // New APIs: Tuples
58- // Should be stabilized in 3.2.0.
59- " scala.Tuple.:*" , " scala.Tuple$.Append" , " scala.runtime.Tuples$.append" ,
60- " scala.NonEmptyTuple.init" , " scala.Tuple$.Init" , " scala.runtime.Tuples$.init" ,
61- " scala.Tuple$.Last" , " scala.NonEmptyTuple.last" , " scala.runtime.Tuples$.last" ,
62-
63- // // New APIs: Quotes
64- // Should be stabilized in 3.2.0.
65- " scala.quoted.Quotes.reflectModule.AppliedTypeModule.apply" ,
66- " scala.quoted.Quotes.reflectModule.SymbolMethods.asQuotes" ,
67- " scala.quoted.Quotes.reflectModule.SymbolMethods.termRef" ,
68- " scala.quoted.Quotes.reflectModule.SymbolMethods.typeRef" ,
69- " scala.quoted.Quotes.reflectModule.TypeReprMethods.substituteTypes" ,
70- " scala.quoted.Quotes.reflectModule.TypeReprMethods.typeArgs" ,
71- " scala.quoted.Quotes.reflectModule.TypeTreeModule.ref" ,
72- // Can be stabilized in 3.2.0 (unsure) or later
56+ // // New APIs: Quotes
57+ // Can be stabilized in 3.3.0 (unsure) or later
7358 " scala.quoted.Quotes.reflectModule.CompilationInfoModule.XmacroSettings" ,
7459 // Cant be stabilized yet.
7560 // Need newClass variant that can add constructor parameters.
7661 // Need experimental annotation macros to check that design works.
7762 " scala.quoted.Quotes.reflectModule.ClassDefModule.apply" ,
7863 " scala.quoted.Quotes.reflectModule.SymbolModule.newClass" ,
79-
80- // // New extension methods: Explicit Nulls
81- // Should be stabilized in 3.2.0.
82- " scala.Predef$.eq" ,
83- " scala.Predef$.ne" ,
8464)
8565
8666
0 commit comments