This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: goops: slot option inheritance question


From: Mikael Djurfeldt <mdj@mdj.nada.kth.se>
Subject: Re: goops: slot option inheritance question
Date: 09 May 2000 23:50:10 +0200
Message-ID: <xy7ya5j2y25.fsf@mdj.nada.kth.se>

> sen_ml@eccosys.com writes:
> 
> > is there anyway to get slot options to be inherited?  i'd like to
> > specify some slot options in parent classes and then override and/or
> > add slot options in inherited classes.
> 
> I'd like slot options to be inherited, but we need to think carefully
> how this should be achieved.  We should probably do something similar
> to what is done in the CLOS MOP.
>
> Until then, you could let the `initialize' method parse your initargs
> for options:

thanks for the suggestion.  i will attempt the method you suggested for
the moment.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]