<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 14, 2013 at 11:20 AM, Eliot Miranda <span dir="ltr">&lt;<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>&gt;</span> wrote:<br>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div>We want e.g.<br></div><div><br></div><div><div><span>Smalltalk </span>recompileAll<span>.</span></div>
<div>(CompiledMethod allInstances select:</div>
<div><span style="white-space:pre-wrap">        </span>[:m|</div><div><span style="white-space:pre-wrap">        </span>m ~~ thisContext method</div><div><span style="white-space:pre-wrap">        </span>and: [m methodClass isNil</div>
<div><span style="white-space:pre-wrap">                </span>or: [m selector isNil</div><div><span style="white-space:pre-wrap">                </span>or: [m ~~ (m methodClass &gt;&gt; m selector)]]]]</div></div>
<div>=&gt; #()</div><div><br></div><div>But I don&#39;t see how to get near this:</div><div>1. lots of GUI stuff can only be cleared by closing windows.  Can we export the morphs and bring them back in?</div><div>2. (quite easy) we need to save and restart to restart a number of processes</div>
</div></blockquote><div><br></div><div>Is this what you&#39;d like to see as a generally useful facility, or is it what you think we need to do to fix the failing tests?</div><div><br></div><div>Colin</div></div></div></div>