Unwrap refined types for Java generic signatures#25626
Merged
SolalPirelli merged 3 commits intoscala:mainfrom Apr 3, 2026
Merged
Unwrap refined types for Java generic signatures#25626SolalPirelli merged 3 commits intoscala:mainfrom
SolalPirelli merged 3 commits intoscala:mainfrom
Conversation
Member
|
Oops, now I realized @bishabosha is requested for review (#25632 as well) 🙇 |
Contributor
Author
|
I think he's quite busy anyway so thanks for reviewing ❤️ |
tanishiking
added a commit
to tanishiking/scala3
that referenced
this pull request
Apr 4, 2026
We introduced a new flags for vc boxing/unboxing in scala#25631 that renames `unboxedVCs` to `vcBoxing`. While, we added new `unboxedVCs` usage in scala#25626 that conflict with the former commit. This commit fixes the conflict by using `unboxedVCs`.
tanishiking
added a commit
that referenced
this pull request
Apr 4, 2026
We introduced a new flags for vc boxing/unboxing in #25631 that renames `unboxedVCs` to `vcBoxing`. While, we added new `unboxedVCs` usage in #25626 that conflict with the former commit. This commit fixes the conflict by using `unboxedVCs`. <!-- Fixes #XYZ (where XYZ is the issue number from the issue tracker) --> <!-- 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 you relied on LLM-based tools in this contribution? not <!-- 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. --> ## How was the solution tested? test `testCompilation` runs <!-- If automated tests are included, mention it. If they are not, explain why and how the solution was tested. --> ## 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. -->
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.
Fixes #12199
How much have you relied on LLM-based tools in this contribution?
not
How was the solution tested?
issue test, modified to be fully automated