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

Remove contents of inline methods #16345

Merged
merged 1 commit into from
Dec 12, 2022
Merged

Conversation

nicolasstucki
Copy link
Contributor

Remove contents of inline methods when pickling quotes in case these contain quoted expressions or types. Some artifacts of staging (such as type blocks) are not handled by the transformation phases that follow.

Fixes #15985

Remove contents of inline methods when pickling quotes in case these contain
quoted expressions or types. Some artifacts of staging (such as type blocks)
are not handled by the transformation phases that follow.

Fixes scala#15985
@nicolasstucki nicolasstucki self-assigned this Nov 15, 2022
@Kordyjan Kordyjan added this to the 3.3.0-RC1 milestone Dec 12, 2022
@smarter smarter merged commit c3097af into scala:main Dec 12, 2022
@smarter smarter deleted the fix-15985 branch December 12, 2022 16:57
@Kordyjan Kordyjan modified the milestones: 3.3.0-RC1, 3.2.2 backports Dec 22, 2022
@Kordyjan Kordyjan modified the milestones: 3.3.0-RC1, 3.3.0 Aug 1, 2023
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.

Quotes can crash due to missing implicit type instance in local function
3 participants