Skip to content
Snippets Groups Projects
Commit 5dd57043 authored by pmai's avatar pmai
Browse files

This fixes a bug noted by Nicolas Neuss, where executing a defclass

form with a metaclass of structure-class would result in the
generation of recursive print-object methods, so that the printing of
instances of such a class would result in an endless loop.  The bug
was caused by the changes that made structure-printing ANSI
compliant.  Removing a now redundant :print-function option to the
automatically generated defstruct form cured the problem.
parent a32252e1
No related branches found
Tags 3.1.0.109
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment