Works for me on the elephant-1.0 repository. You have to indicate in
the base class that subclasses will inherit its index. Then you do
get-instances-by-value/range on any class on the inherited slotname to
get all instances inheriting from the base.
Ian
On Jul 14, 2009, at 4:01 PM, Red
On Tue, Sep 16, 2008 at 7:20 AM, Ian Eslick wrote:
> There is an :inherit slot keyword option for indexed slots. It causes
> subclasses of the defining class to share the index of the base class. You
> can inhibit subclass sharing by re-defining the slot in the base class. I
> found a bug in u