Not all missing bindings will be reported as missing #47

Closed
opened 2023-06-02 20:37:14 +02:00 by samvv · 1 comment
samvv commented 2023-06-02 20:37:14 +02:00 (Migrated from github.com)

Not sure if this is a bug, but there is an issue with references to a type or variable that does not exist only being reported once. If a does not exist, and a appears multiple times in a source file, then only the first a that is missing will be reported.

This issue would be especially visible when using the compiler as a language server. Not all invalid references would be highlighted, only the first one.

It appears that some language servers (such as clangd) exhibit the same behavior.

Not sure if this is a bug, but there is an issue with references to a type or variable that does not exist only being reported once. If `a` does not exist, and `a` appears multiple times in a source file, then only the first `a` that is missing will be reported. This issue would be especially visible when using the compiler as a language server. Not all invalid references would be highlighted, only the first one. It appears that some language servers (such as `clangd`) exhibit the same behavior.
samvv commented 2024-02-19 13:30:47 +01:00 (Migrated from github.com)

Closing in favor of #62.

Closing in favor of #62.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: samvv/bolt#47
No description provided.