[elephant-cvs] CVS elephant
ieslick
ieslick at common-lisp.net
Fri Apr 6 02:51:47 UTC 2007
Update of /project/elephant/cvsroot/elephant
In directory clnet:/tmp/cvs-serv21893
Modified Files:
TODO elephant.asd
Log Message:
Trial pset abstraction; fix for debug serialize of complex and more documentation edits
--- /project/elephant/cvsroot/elephant/TODO 2007/04/01 14:33:23 1.77
+++ /project/elephant/cvsroot/elephant/TODO 2007/04/06 02:51:46 1.78
@@ -18,7 +18,7 @@
- Verify db_deadlock for other lisps (launch and kill background program I/F)
Bugs:
-- Fix awkward serializer API
+- Fix awkward serializer API
- Support for asdf-install?
- Edi's patches & suggestions for windows
@@ -44,6 +44,11 @@
- Add notes about deadlock-detect
- Add notes about checkpoint (null in SQL?)
+Additional features to document in Trac:
+- Add error/restart conditions when lose data on: class redef, index drop, etc.
+
+:association slot option
+
0.6.1 - Features COMPLETED to date
----------------------------------
--- /project/elephant/cvsroot/elephant/elephant.asd 2007/04/01 14:33:23 1.41
+++ /project/elephant/cvsroot/elephant/elephant.asd 2007/04/06 02:51:46 1.42
@@ -298,6 +298,7 @@
(:file "serializer")
(:file "controller")
(:file "collections")
+ (:file "pset")
(:file "classindex-utils")
(:file "classindex")
(:file "serializer1") ;; 0.6.0 db's
More information about the Elephant-cvs
mailing list