bug#46175: Redefinable classes clobber custom slot options
Andy Wingo <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Fri 29 Jan 2021 17:43, "Thompson, David" <[email protected]> writes: > The compute-slots method for <redefinable-class> does a transformation > of #:allocation #:instance slots to #:allocation #:virtual slots, but > in doing so it discards all slot options besides the standard ones. > This means that a metaclass that inherits from <redefinable-class> > won't work as expected if it relies upon custom slot options. Thanks for the report; patch applied! Andy