Comment 16 for bug 1761735

Revision history for this message
Douglas Katzman (dougk) wrote : Re: Change MAKE-CONDITION to call MAKE-INSTANCE

We have a notion of class freezing. I'd be willing to say that all builtins (WARNING, ERROR, etc) are frozen condition classes (but subclassable) and that calling MAKE-CONDITION on them can bypass MAKE-INSTANCE, etc. Does that help your use-case?