<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">Hi, there.<div class="mb_sig"></div><div><br></div><div>In Squeak 5.3 RC1, the size of Undeclared is wrong. It should be 1 (which is also wrong but I fixed that), but is actually 31.</div><div><br></div><div>WeakIdentityDictionary (HashedCollection) >> #size</div><div>   ^ tally</div><div><br></div><div>Well, there might be a bug lurking somewhere. Maybe an update script messed up the state of Undeclared in particular. I don't know.</div><div><br></div><div>What should I do? Just fix that value for tally in Undeclared?</div><div><br></div><div>Best,</div><div>Marcel</div><div><br></div><div>P.S.: The #capacity of Undeclared is 3, which is correct because the internal WeakArray array has that size.</div></div>