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 unused scope variable detection #472

Merged
merged 3 commits into from
Jun 5, 2023
Merged

Conversation

denismerigoux
Copy link
Contributor

The lint now relies on reachability analysis from the scope outputs in the dependency graph rather than a simple check whether the variable appears somewhere.

@denismerigoux denismerigoux added ✨ enhancement New feature or request 🔧 compiler Issue concerns the compiler labels Jun 3, 2023
@denismerigoux denismerigoux requested a review from AltGr June 3, 2023 16:11
@AltGr
Copy link
Contributor

AltGr commented Jun 5, 2023

Very nice!

@AltGr AltGr merged commit e8cab5e into master Jun 5, 2023
@denismerigoux denismerigoux deleted the unused_in_output_lint branch September 19, 2023 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 compiler Issue concerns the compiler ✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants