Skip to content

Remove dead-code compiler-internal names. #14872

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

Conversation

sjrd
Copy link
Member

@sjrd sjrd commented Apr 7, 2022

Some were "used" in dead-code methods, which were removed as well.

Some were also "used" in non-dead code that only detected the presence of the name. Those tests would always be false, since no code would ever create those names in the first place.

Some were "used" in dead-code methods, which were removed as well.

Some were also "used" in non-dead code that only *detected* the
presence of the name. Those tests would always be false, since no
code would ever create those names in the first place.
@anatoliykmetyuk anatoliykmetyuk merged commit 8ab71d6 into scala:main Apr 7, 2022
@anatoliykmetyuk anatoliykmetyuk deleted the remove-dead-code-compiler-internal-names branch April 7, 2022 13:20
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.

2 participants