guile-user
[Top][All Lists]
Advanced

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

exported slot-accessor conflicts


From: Maarten Grachten
Subject: exported slot-accessor conflicts
Date: Tue, 23 Mar 2004 19:04:15 +0100 (CET)

Hi guile people,

I have the following problem: In one module I define a class c1 with a
slot-accessor x (and export the class and the accessor) and in another
module I define a class c2 with a slot accessor x (and export the class
and the accessor). Now when I first load the c1 module and then the c2
module, I can't access the x slot of object of class c1.

Is there any solution for this (besides renaming the accessors to
have different names)?

Thanks for any help!

Maarten Grachten





reply via email to

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