On Mon 27 Feb 2017 01:09, David Pirotte <da...@altosw.be> writes: > 2- slot redefinition at subclass level > > See bug#20423 for a full description.
I think the correct solution here is to implement the slot combination protocol; see http://mop.lisp.se/dictionary.html#compute-slots. This can be done in 2.2. It's all in Scheme now so hopefully it will be easier to hack on. I do not have any time to devote to this area, however, and as it's possible to implement this in the stable series and it's not a regression, I don't think it's a release blocker. Andy