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 macros with erased arguments #18431

Merged

Conversation

nicolasstucki
Copy link
Contributor

The interpreter was dropping all arguments in the list if one of them was erased. Now we filter out only the erased arguments.

Part of #18305

The interpreter was dropping all arguments in the list if one of them
was erased. Now we filter out only the erased arguments.
@nicolasstucki nicolasstucki marked this pull request as ready for review August 21, 2023 11:38
@nicolasstucki nicolasstucki merged commit 3df2ed3 into scala:main Aug 31, 2023
17 checks passed
@nicolasstucki nicolasstucki deleted the fix-macros-with-erased-parameters branch August 31, 2023 18:37
@Kordyjan Kordyjan added this to the 3.4.0 milestone Dec 20, 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.

None yet

3 participants