In the current CVS version, I type

        (use-modules (oop goops))
        (define-class <c> () (a #:init-thunk 1))
        (make <c>)

Guile will dump core. (The #:init-thunk parameter should be a
procedure.)

-- 
Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to