#38: CLOS :metaclass support -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: defect | Status: accepted Priority: major | Milestone: 0.20 Component: other | Version: Resolution: | Keywords: -------------------------+--------------------------------------------------
Comment(by ehuelsmann):
(In [12527]) Make all class accessor functions generic functions instead of normal ones, to support METACLASS. Additionally, make it possible to store general objects in Layout.lispClass. Because classes may be of a different Java type than StandardClass, fall back to the generic functions to access the required fields from Java.
See #38.