Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix patch of #19798 #19824

Closed
wants to merge 1 commit into from
Closed

Conversation

nicolasstucki
Copy link
Contributor

This added a an override for the unapply method to fix the signature, but this method does not exist in the original library. We inline all calls to it to avoid any runtime calls to this new override.

Followup to #19798
Fixes #19819

This added a an override for the unapply method to fix the signature,
but this method does not exist in the original library. We inline all
calls to it to avoid any runtime calls to this new override.

Fixes scala#19819
@Linyxus
Copy link
Contributor

Linyxus commented Mar 6, 2024

superseded by #19873

@Linyxus Linyxus closed this Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot find method IndexedSeqView.updated when running a program compiled with CC stdlib
2 participants