[Ecls-list] tiny problem with in-package - maybe...
Teunis Peters
teunis at wintersgift.com
Fri Aug 29 10:30:08 UTC 2008
Teunis Peters wrote:
> this worked in SBCL, just to let you know. It also worked fine when
> NOT using 'in-package'. I've been having some issues with my packages
> and thought it was due to my code so I 'whipped' up this test:
> (note: rather linux-specific or at least specific to platforms that have
> dbus. Also : uses cffi as I find it easier)
>
... my bad - I needed to export the slot symbols (:export :name
:message) and address them as :dbus:name and :dbus:message. Seems odd
somehow - especially as SBCL does NOT need this.
for sbcl - 'name works.
Is there perhaps an issue with slot names and structures in packages?
- Teunis
More information about the ecl-devel
mailing list