make namedTupleCanEqual stable#26243
Conversation
|
Shouldn't this go through |
Cc @Gedochao @tgodzik e.g. https://nightly.scala-lang.org/docs/contributing/procedures/contributing-to-stdlib.html says nothing about preview/experimental Edit: |
|
The preview scheme looks very heavy for library changes. Preview is primarily for tooling to catch up, but library changes should have no bearance on tooling. So I tend to think preview is not necessary for library changes. |
|
The current default is for language features to spend one minor series in
Yeah, I would also assume this should apply to new API, as well. That said, I do agree this is heavy for library changes, so perhaps we can skip this step by default here.
Yeah, this is fair. Let's touch on this on this week's Scala Core. |
Fixes #26242
How much have you relied on LLM-based tools in this contribution?
Not at all
How was the solution tested?
Covered by existing tests (this is a refactoring)