Re: goops - guile-clutter unexpected bug while using #:virtual slot allocation for a subclass

2014-12-19 Thread David Pirotte
Hi Panicz, I don't think you did read the paste (3 parts) carefully, since the first part of the paste is a goops example [no guile-gnome[clutter] code] that does work, as expected. > My first impression is that the error might be caused by using the > combination of #:allocation #:virtual and #

Re: goops - guile-clutter unexpected bug while using #:virtual slot allocation for a subclass

2014-12-19 Thread Panicz Maciej Godek
Hi, My first impression is that the error might be caused by using the combination of #:allocation #:virtual and #:init-keyword for the "colour" slot. Since #:init-keyword initializes slot value with a given value, and virtual slots have no actual value, the semantics of such operation is rather u

goops - guile-clutter unexpected bug while using #:virtual slot allocation for a subclass

2014-12-19 Thread David Pirotte
Hello, It would be really nice if someone can help me with the following unexpected bug: http://paste.lisp.org/+33RA I don't think i'll be able to solve it by myself, at this level of knowledge I have from both goops [implementation I mean, knowledge close to zero] and the low level m