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 browsing of refs/defs to vars broken by recent command query changes #1219

Merged
merged 3 commits into from
Dec 17, 2023

Conversation

blairmcg
Copy link
Contributor

Also, only generate warnings for missing command queries from interactive compile. When loading code, the warnings that commandQuery: annotations refer to handler methods that are not defined by the class owning the command are misleading, since these are likely due to load-order rather than an error. The warning is intended to help avoid creating invalid handler definitions while coding interactively.

…ompile

When loading code, the warnings that commandQuery: annotations refer to
handler methods that are not defined by the class owning the command are
misleading, since these are likely due to load-order rather than an error.
The warning is intended to help avoid creating invalid handler definitions
while coding interactively.
@blairmcg blairmcg merged commit 7d56e31 into master Dec 17, 2023
1 of 2 checks passed
@blairmcg blairmcg deleted the blairmcg/brokenrefsdefs branch December 17, 2023 14:26
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