<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Eliot,<div><br></div><div>fixed in Tools-mt.1058. Thanks for the report.</div><div><br></div><div>This is was regression that happened during last year's inspector refactoring. We misjudged the selection of objects that can actually be a binding. (#isVariableBinding vs. Binding class)</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 22.06.2021 03:22:51 schrieb Eliot Miranda <eliot.miranda@gmail.com>:</p><div style='font-family:Arial,Helvetica,sans-serif'>
<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size: 10pt">Hi,</div><div class="gmail_default" style="font-size: 10pt"><br></div><div class="gmail_default" style="font-size: 10pt">    someone has broken the DIctionary Inspector.  Undeclared is a dictionary that holds globals that have yet to be declared.  These can arise from class names of classes not yet loaded, or from methods referring to variables that should be instance variables that have yet to be declared, etc.  Code refers to Undeclared variables by referring to the binding (the association) in the dictionary.  (When a class is loaded if a binding of the same name is in ndeclared this is used to hold the class and the binding is moved to Smalltalk, hence fixing up Undeclared references)  Undeclared is how Smalltalk does forward declarations.</div><div class="gmail_default" style="font-size: 10pt"><br></div><div class="gmail_default" style="font-size: 10pt">A standard use case is to look for references to a binding in Undeclared when tracking down and eliminating Undeclared variables.  Note that one searches for the binding, not the key for the binding.  There used to be an entry on the Dictionary menu called something like Browse references to this binding.  It's gone.  This is an important and useful funcito, please restore it.</div><div class="gmail_default" style="font-size: 10pt"><br></div><div class="gmail_default" style="font-size: 10pt">Now I have to type, e.g.</div><div class="gmail_default" style="font-size: 10pt">    self systemNavigation browseAllCallsOn: (self associationAt: #value)</div><div class="gmail_default" style="font-size: 10pt">And in my system right now</div><div class="gmail_default" style="font-size: 10pt"><span style="color: rgb(0,0,0);font-family: -webkit-standard;font-size: 12pt"> self systemNavigation allCallsOn: (Undeclared associationAt: #value)</span><br></div><div class="gmail_default" style="font-size: 10pt"><span style="color: rgb(0,0,0);font-family: -webkit-standard;font-size: 12pt">answers </span> an OrderedCollection(a MethodReference PrintfNumberHolderDescriptor >> #render: a MethodReference PrintfNumberHolderDescriptor >> #value) </div><div class="gmail_default" style="font-size: 10pt"><br></div><div class="gmail_default" style="font-size: 10pt">whereas what is offered by the menu (senders of this key) answers something 1875 elements long:</div><div class="gmail_default" style="font-size: 10pt"><div class="gmail_default"><br></div><div class="gmail_default">(self systemNavigation allCallsOn: #value) size 1875 </div></div><div class="gmail_default" style="font-size: 10pt"><br></div><div class="gmail_default" style="font-size: 10pt">Would whoever removed the item please restore it ASAP?  And I encourage people to become aware of, and teach, Undeclared.  It should be a regular part of software development in Smalltalk to check up on Undeclared.</div><div class="gmail_default" style="font-size: 10pt"><br></div><div class="gmail_default" style="font-size: 10pt">thank you.</div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><span style="font-size: 10pt;border-collapse: separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div></div></div></div></div></div>
</div></blockquote>
                                        </div></body>