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

Improve erased params logic #18433

Merged
merged 4 commits into from
Aug 31, 2023

Conversation

nicolasstucki
Copy link
Contributor

Part of #18305

@nicolasstucki nicolasstucki marked this pull request as ready for review August 21, 2023 12:26
Comment on lines +88 to +89
// TODO use mt.nonErasedParamCount
if erasedParams.contains(true) then erasedParams.count(_ == false) + rest else params.length + rest // TODO use mt.nonErasedParamCount
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are two TODOs here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will remove that code soon with other parts of #18305. I'll remove both todos then.

@nicolasstucki nicolasstucki merged commit 4c77f62 into scala:main Aug 31, 2023
17 checks passed
@nicolasstucki nicolasstucki deleted the improve-erased-params-logic branch August 31, 2023 18:41
@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