guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

goops.test under SCM_DEBUG


From: Kevin Ryde
Subject: goops.test under SCM_DEBUG
Date: Tue, 12 Jul 2005 11:27:23 +1000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

goops.test fails under SCM_DEBUG=1,

        (eval '(define-class <foo> ()
                 (x #:accessor x #:init-value 123)
                 (z #:accessor z #:init-value 789))
               (current-module))

gives

        Non-pair accessed with SCM_C[AD]R: `#<<class> <foo> b7b08cf0>'

Dunno what it means, but I'd assume it's not good.  Just running the
same define-class is ok, but with the eval it's not.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]