Hi, Strange that it works for you. I just loaded your version in 1.2.1 and I still get the same problem (actually now I have only 28 classes with problems).
What version of Pharo did you try it in? Cheers, Doru On 26 Apr 2011, at 21:03, Lukas Renggli wrote: > It works for me, please try the version here: > http://source.lukas-renggli.ch/unsorted > > Lukas > > On 26 April 2011 20:31, Tudor Girba <[email protected]> wrote: >> Hi, >> >> I am trying to use RoelTyper, but I encountered subscript out of bounds and >> empty collection errors. It looks like this problem can be reproduced on 29 >> classes from Pharo 1.2.1. You can test it using: >> >> classes := Dictionary new. >> Object withAllSubclassesDo: [:each | >> [(TypeCollector typeInstvarsOfClass: each )] on: Error do: [:error | >> classes at: each put: error ]]. >> classes inspect >> >> I am not knowledgeable enough to dive into this. Can anyone help? >> >> Cheers, >> Doru >> >> >> -- >> www.tudorgirba.com >> >> "Value is always contextual." >> >> >> >> >> > > > > -- > Lukas Renggli > www.lukas-renggli.ch > -- www.tudorgirba.com "Next time you see your life passing by, say 'hi' and get to know her."
