dolphinsmalltalk / Dolphin

Dolphin Smalltalk Core Image
MIT License
301 stars 58 forks source link

Fix browsing of refs/defs to vars broken by recent command query changes #1219

Closed blairmcg closed 9 months ago

blairmcg commented 9 months ago

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.