guile-devel
[Top][All Lists]
Advanced

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

Re: heads up: goops class export


From: Andy Wingo
Subject: Re: heads up: goops class export
Date: Fri, 01 Jul 2011 12:03:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Hi,

On Sun 01 May 2011 22:32, Andy Wingo <address@hidden> writes:

> Currently when you define a SMOB type or set a name on a vtable, a
> corresponding class is automatically exported from (oop goops).  This
> breaks modularity, and I think we should stop doing it in 2.2.
>
> I will make this change at some point, if there are no objections.

I have made this change in guile-master.  You can get at the class of a
record type by grubbing around in (class-direct-subclasses <top>), but
the real solution will be to make record type descriptors instances of
<basic-class>.  That will come lter.

Andy
-- 
http://wingolog.org/



reply via email to

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