You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example works correctly with SBCL, CCL, ECL, Allegro CL and CLISP, but fails in ABCL saying
#<THREAD "interpreter" native {2F6A2561}>: Debugger invoked on condition of type UNBOUND-SLOT
The slot CUSTOM-ARG is unbound in the object #<CUSTOM-SLOT {27D76870}>.
(this happens when SHARED-INITIALIZE is called because of class redefinition).
Does my modest knowledge of MOP fail me, or is it a bug in ABCL?
The text was updated successfully, but these errors were encountered:
Hey! I've stumbled upon a problem on defining custom slot initargs using metaclass and then redefining the class. Let me illustrate with an example:
This example works correctly with SBCL, CCL, ECL, Allegro CL and CLISP, but fails in ABCL saying
(this happens when
SHARED-INITIALIZE
is called because of class redefinition).Does my modest knowledge of MOP fail me, or is it a bug in ABCL?
The text was updated successfully, but these errors were encountered: