<br><br><div class="gmail_quote">On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs <span dir="ltr">&lt;<a href="mailto:dhenrich@vmware.com" target="_blank">dhenrich@vmware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Frank,<br>
<br>
The Metacello tests add/remove global variables to/from Smalltalk and it looks like Environment does not implement #removeKey:ifAbsent:, so I&#39;ve got some 400 test failures because I can&#39;t remove a global from Smalltalk ...<br>

<br>
I can hack this for the time being but I&#39;m curious what the longer term plan will be with regards to removing global variables from Smalltalk or perhaps leaving #removeKey:ifAbsent: out is inadvertent ...<br>
<br>
BTW, I&#39;m using update 12154 ...<br></blockquote><div><br></div><div>First, Environments is being pushed to Squeak 4.5, so it should be removed from 4.4 shortly.</div><div><br></div><div>During the development period for 4.5, Environments will implement #removeKey:ifAbsent:, but eventually that will be deprecated in favour of #undeclare: or something similar.</div>
<div><br></div><div>Colin </div></div><br>