The following code throws a 'segmentation fault' with Guile 2.0.0. (use-modules (oop goops))
(define-class <foo> () (bar #:init-value 0 #:getter bar)) (define foo (make <foo>)) (set! (bar foo) 42) -- Diogo F. S. Ramos
The following code throws a 'segmentation fault' with Guile 2.0.0. (use-modules (oop goops))
(define-class <foo> () (bar #:init-value 0 #:getter bar)) (define foo (make <foo>)) (set! (bar foo) 42) -- Diogo F. S. Ramos