[armedbear-devel] (defstruct (teststruct (:type list) :named) testslot)))
(defstruct (teststruct (:type list) :named) testslot))) causes the following defun to be compiled: (DEFUN NIL (SYSTEM::INSTANCE) (ELT SYSTEM::INSTANCE 0)) That shouldn't be. Particularly if (fdefinition nil) gives an error. -Alan
Hi Alan, On Sat, Dec 25, 2010 at 8:31 AM, Alan Ruttenberg <alanruttenberg@gmail.com> wrote:
(defstruct (teststruct (:type list) :named) testslot)))
causes the following defun to be compiled:
(DEFUN NIL (SYSTEM::INSTANCE) (ELT SYSTEM::INSTANCE 0))
That shouldn't be. Particularly if (fdefinition nil) gives an error.
Sorry to come back to your report just now. Yes, this is a bug. I've fixed it and committed the change. Could you confirm that your issue is fixed on current trunk? Thanks in advance! Bye, Erik.
Verified. Thanks! -Alan On Thu, Jan 27, 2011 at 5:37 PM, Erik Huelsmann <ehuels@gmail.com> wrote:
Hi Alan,
On Sat, Dec 25, 2010 at 8:31 AM, Alan Ruttenberg <alanruttenberg@gmail.com> wrote:
(defstruct (teststruct (:type list) :named) testslot)))
causes the following defun to be compiled:
(DEFUN NIL (SYSTEM::INSTANCE) (ELT SYSTEM::INSTANCE 0))
That shouldn't be. Particularly if (fdefinition nil) gives an error.
Sorry to come back to your report just now. Yes, this is a bug. I've fixed it and committed the change. Could you confirm that your issue is fixed on current trunk?
Thanks in advance!
Bye,
Erik.
participants (2)
-
Alan Ruttenberg
-
Erik Huelsmann