So James,
Did you get them ?
I'm currently implementing a solution for the Class hierarchy problem I mentioned in a previous post.
The solution is based on the implemenattion of a specific class: PrimNil which sole instance is PrimObject.PRIM_NIL.
This object answers true when compared to PrimObject.NIl
And returns attributes from PrimObject.NIl when requested (typically requested by IndyBootstrap I also changed so that it requests attributes through a getAttribute(int index) method instead of a direct access to the attributes field)
This way iterating over Class Hierarchy does not throw NPE and so that I can implement the allSelectors method in the Behavior class.
Currently all tests are OK, but I wanted to have your opinion about this implementation first.
Wanted also to know if my previous push was OK before doing the next one.
Gérard
Le mardi 7 mai 2013 23:45:06 UTC+2, jamesl a écrit :