guile-cairo status?

2016-09-15 Thread Greg Troxel
I just changed the guile-cairo entry in pkgsrc to guile 2.0 (we are belatedly switching). It is at 1.4,1, the last actual release. I see on savannah: http://www.nongnu.org/guile-cairo/ that there is a 1.9.91 preelease, but no actual following release. Is there a release later than 1.4.1?

Re: GNU Guile 2.1.4 released [beta]

2016-09-15 Thread Jan Wedekind
Thanks a lot for the work. I am trying to run my project "aiscm" with it. I noticed that slots are now objects themselves. So instead of (car <>), one can use (slot-ref <> 'name). Please let me know if there is a better way to get the slot names of a class. (use-modules (oop goops))

Re: GNU Guile 2.1.4 released [beta]

2016-09-15 Thread David Pirotte
Hi Jan, > Thanks a lot for the work. I am trying to run my project "aiscm" with it. >I noticed that slots are now objects themselves. So instead of (car <>), > one can use (slot-ref <> 'name). Please let me know if there is a better > way to get the slot names of a class. >

Re: GNU Guile 2.1.4 released [beta]

2016-09-15 Thread Jan Wedekind
Hi, I haven't managed to isolate it properly but I observed some strange problem with "concatenate" (using my "aiscm" library). (define-method (match (i ) . args) ...) ... (apply match (concatenate (list (list 1) (list 2 2 3 4 5 6 oop/goops.scm:1336:2:

Re: GNU Guile 2.1.4 released [beta]

2016-09-15 Thread Jan Wedekind
A quick note that the workaround is not valid. Sorry if I caused confusion. Hi, I haven't managed to isolate it properly but I observed some strange problem with "concatenate" (using my "aiscm" library). (define-method (match (i ) . args) ...) ... (apply match (concatenate (list