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

[BUG] Various node type mismatch reports #31

Open
MildlyInterested opened this issue Aug 12, 2023 · 1 comment
Open

[BUG] Various node type mismatch reports #31

MildlyInterested opened this issue Aug 12, 2023 · 1 comment
Labels
enhancement New feature or request rewrite

Comments

@MildlyInterested
Copy link

  1. Open test.zip in VSCode
  2. 4 different Node type mismatch errors
  3. Addtionally there are highlighted errors in the file that are not visible in the problems tab.
    image
    test.zip
@X39
Copy link
Contributor

X39 commented Aug 12, 2023

VV-006 us expected here because there is no way to resolve the built variables relyable (as in: fromat ["%1_var_%2", _something, _whatever] may be resulting in any variable, causing that error. Could be argued that the severity should be reduced tho)

VV-004 is a verbosity hint, telling you that the variable is never assigned. It is intended to tell you that the variable may or may not be assigned at that point.

The missmatched curly lines are caused by the macro resolution

@X39 X39 added rewrite enhancement New feature or request labels Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rewrite
Projects
None yet
Development

No branches or pull requests

2 participants