chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] tinyclos value matching?


From: felix winkelmann
Subject: Re: [Chicken-users] tinyclos value matching?
Date: Fri, 17 Mar 2006 08:04:45 +0100

On 3/17/06, Alex Shinn <address@hidden> wrote:
>
> Unfortunately Chicken currently segfaults when you MAKE an inherited
> instance of <generic>:
>
> $ csi -q
> #;1> (define x (make-class (list <generic>) (list)))
> #;2> (make x)
> $
>

May it be possible that you have to use <entity-class> as your
metaclass, i.e.?

(define-class <my-generic> (<generic>) () <entity-class>)


cheers,
felix




reply via email to

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