Skip to content

Commit

Permalink
Update experimental comments on Tuple reverse
Browse files Browse the repository at this point in the history
These definition was updated in scala#19183. This does not leave much time to
test before the release of 3.4. As a precaution we must delay it to 3.5.
  • Loading branch information
nicolasstucki committed Dec 14, 2023
1 parent 8542342 commit 0f9eb1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ val experimentalDefinitionInLibrary = Set(
"scala.quoted.Quotes.reflectModule.TermParamClauseMethods.hasErasedArgs",

// New feature: reverse method on Tuple
"scala.Tuple.reverse", // can be stabilized in 3.4
"scala.Tuple$.Reverse", // can be stabilized in 3.4
"scala.Tuple$.ReverseOnto", // can be stabilized in 3.4
"scala.runtime.Tuples$.reverse", // can be stabilized in 3.4
"scala.Tuple.reverse", // can be stabilized in 3.5
"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
)


Expand Down

0 comments on commit 0f9eb1a

Please sign in to comment.