On Fri 29 Jan 2021 17:43, "Thompson, David" <dthomps...@worcester.edu> 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