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 module name lookup table giving a wrong result #171

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

jfmengels
Copy link
Owner

Let destructuring variables that shadowed imports were not correctly registered, and looking them up could lead to incorrectly point to the imported module that was shadowed.

Thanks @matzko for discovering this in jfmengels/elm-review-unused#91.

Let destructuring variables that shadowed imports were not correctly
registered, and looking them up could lead to incorrectly point to
the imported module that was shadowed.

Thanks @matzko for discovering this.
@jfmengels jfmengels merged commit b125d50 into master Apr 9, 2024
4 checks passed
@jfmengels jfmengels deleted the lookup-table-let branch April 9, 2024 18:21
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.

1 participant