[cl-store-cvs] CVS update: cl-store/doc/cl-store.texi

Sean Ross sross at common-lisp.net
Wed Nov 30 09:50:02 UTC 2005


Update of /project/cl-store/cvsroot/cl-store/doc
In directory common-lisp.net:/tmp/cvs-serv2524/doc

Modified Files:
	cl-store.texi 
Log Message:
Changelog 2005-11-30
Date: Wed Nov 30 10:49:59 2005
Author: sross

Index: cl-store/doc/cl-store.texi
diff -u cl-store/doc/cl-store.texi:1.12 cl-store/doc/cl-store.texi:1.13
--- cl-store/doc/cl-store.texi:1.12	Thu Sep  1 12:24:59 2005
+++ cl-store/doc/cl-store.texi	Wed Nov 30 10:49:59 2005
@@ -755,6 +755,14 @@
 @item  Due to the fact that function's aren't fully supported CLOS Classes initfunction slot cannot be serialized.
 @end itemize
 
+ at section Delivery with Lispworks
+Restoring lists in delivered images can be problematic since the tree shaker
+can remove the symbol cl:nil (this seems to only happen with delivery-level > 4). 
+To work around this add the following keywords to the delivery call.
+ at lisp
+  :packages-to-keep '(:cl)
+  :keep-symbols '(cl:nil)
+ at end lisp
 
 @section Regarding String Serialization
 Users are required to be extremely careful when serializing strings from one




More information about the Cl-store-cvs mailing list