Skip to content

Fix misleading "not fully resolved" macro warnings#3831

Open
kasemir wants to merge 1 commit into
masterfrom
macro_warning
Open

Fix misleading "not fully resolved" macro warnings#3831
kasemir wants to merge 1 commit into
masterfrom
macro_warning

Conversation

@kasemir

@kasemir kasemir commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Improve macro check so that LongStringRecord.VAL$ is no longer mistaken for an unresolved macro. Generally turn WARNING into INFO because WARNING tends to mislead end users as they're always issued from the editor and might indicate problems in runtime that doesn't really matter. INFO messages can still be used to trace down macro problems.

Fixes #3830

  • Testing:
    • The feature has automated tests
    • Tests were run

Improve macro check so that `LongStringRecord.VAL$` is no longer mistaken for an unresolved macro.
Generally turn WARNING into INFO because WARNING tends to mislead end users as they're always issued from the editor and might indicate problems in runtime that doesn't really matter. INFO messages can still be used to trace down macro problems.
@sonarqubecloud

Copy link
Copy Markdown

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.

Misleading ".. not fully resolved .." macro warnings

1 participant