<div dir="ltr"><div>Hi all,</div><div>I got a few hiccups while updating some images.</div><div>One of them occurred while rehashing some OrderedDictionary.</div><div>For some reason, the dictionary was shrinked.</div><div>Unfortunately rehash then tries to grow the 'order' ivar by a negative growSize.</div><div>This causes an errorSubscriptBounds:</div><div><br></div><div>To reproduce, simply try:</div><div>    OrderedDictionary new compact.</div><div><br></div><div><br></div></div>