Backport "Try expanding case class to the product of its fields" to 3.3 LTS#871
Merged
Backport "Try expanding case class to the product of its fields" to 3.3 LTS#871
Conversation
c94c590 to
884ec76
Compare
<!-- Fixes #XYZ (where XYZ is the issue number from the issue tracker) --> Fixes scala#19687. <!-- TODO description of the change --> <!-- Ideally should have a title like "Fix #XYZ: Short fix description" --> <!-- TODO first sign the CLA https://contribute.akka.io/cla/scala --> <!-- if the PR is still a WIP, create it as a draft PR (or convert it into one) --> ## How much have your relied on LLM-based tools in this contribution? <!-- State clearly in the pull request description, whether LLM-based tools were used and to what extent (extensively/moderately/minimally/not at all) --> <!-- Refer to our [LLM usage policy](https://github.com/scala/scala3/blob/main/LLM_POLICY.md) for rules and guidelines regarding usage of LLM-based tools in contributions. --> Claude authored the code changes based on a previous PR: scala#19700. ## How was the solution tested? <!-- If automated tests are included, mention it. If they are not, explain why and how the solution was tested. --> `testCompilation`. Several more tests were added too. ## Additional notes <!-- Placeholder for any extra context regarding this contribution. --> <!-- When in doubt, and for support regarding contributions to a particular component of the compiler, refer to [our contribution guide](https://github.com/scala/scala3/blob/main/CONTRIBUTING.md), and feel free to tag the maintainers listed there for the area(s) you are modifying. --> [Cherry-picked f7b08a1][modified]
7356752 to
afcf48f
Compare
Author
|
No regressions detected in the community build up to backport-lts-3.3-25580. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports scala#25454 to the 3.3.8.
PR submitted by the release tooling.
[skip ci]