Lisp HUG Maillist Archive

Structure slots in delivered applications

Hi

I am using cl-store to serialize data. However I've encountered some problems with the delivered application.

Basically the problem is that structure:structure-class-slot-names returns nil in the delivered app, while it works fine in the LW environment.

I've tried to add structure-class to :metaclasses-to-keep-effective-slots, but it didn't help.

Any ideas?

Regars
Erik

Re: Structure slots in delivered applications

Erik Ronström wrote:
> Basically the problem is that structure:structure-class-slot-names 
> returns nil in the delivered app, while it works fine in the LW 
> environment.

What about the :keep-structure-info delivery keyword? (values: :slots, 
:print, or t).


Mike



Updated at: 2020-12-10 08:37 UTC