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

Diagnostics mistakes on not-defaulted variables #354

Open
Gouvernathor opened this issue Jun 28, 2023 · 0 comments
Open

Diagnostics mistakes on not-defaulted variables #354

Gouvernathor opened this issue Jun 28, 2023 · 0 comments

Comments

@Gouvernathor
Copy link
Member

image
The "store.o", here, shouldn't be flagged as a store variable access. In an import statement, when there's a as, the first name has nothing to do with a variable name, so it arguably shouldn't be checked.

Besides that, which is not a very serious issue, there is the fact that the diag wanted to tell me about the ".o" in "store.o", and it ended up underlining the "o" in "store". That looks like a more easy issue.

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

No branches or pull requests

1 participant