<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<p>I made a little progress implementing a #grow method, but it's
bugging out on access after grow,.. sigh. Your thoughts?<br/>
</p>
<blockquote>
<p>| set |<br/>
set := OrderedWeakIdentityKeyDictionary new.<br/>
1 to: 10 do: [:i | <br/>
self assert: ((set findElementOrNil: (set keyAtValue: (set
add: (i -> Object new)) value)) > 0)].</p>
</blockquote>
<p>grazie,<br/>
🐰</p>
<p><br/>
</p>
<div class="moz-cite-prefix">On 3/13/23 13:11, rabbit via Cuis-dev
wrote:<br/>
</div>
<blockquote type="cite" cite="mid:bPZ7x-ptPZexLAUJpu526rIuqMevp3T20Y4arm78sksbVy2UUZeH3mqgsFUM0r1UDUwui3aBsACjyIEc1mEQZMw7hNRlLIcxBgFu8oxkS2I=@callistohouse.org">
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<p>Hey everyone, I'm trying to port my OrderedWeakKeyDictionary
from Squeak's HashedCollection to Cuis' Set based Dictionary
superclass. I've got a growTo: but Set>>#grow doesn't call
it.</p>
<blockquote>
<p>| set |<br/>
set := OrderedWeakIdentityKeyDictionary new.<br/>
1 to: 10 do: [:i | <br/>
self assert: ((set findElementOrNil: (set add: (i -> Object
new))) > <br/>
</p>
</blockquote>
<p>grazie alla tua provvidenza,<br/>
rabbit<br/>
<br/>
<br/>
</p>
</blockquote>
</body></html>