[elephant-cvs] CVS elephant
ieslick
ieslick at common-lisp.net
Fri Mar 30 14:34:34 UTC 2007
Update of /project/elephant/cvsroot/elephant
In directory clnet:/tmp/cvs-serv31032
Modified Files:
TODO elephant.asd
Log Message:
Significant documentation string and documentation edits towards 0.6.1 manual. Clean up packages so elephant exports user visible symbols and backend exports backend-relevant symbols. Change required fix in serializer packages also. Added :elephant-user package.
--- /project/elephant/cvsroot/elephant/TODO 2007/03/24 12:16:02 1.75
+++ /project/elephant/cvsroot/elephant/TODO 2007/03/30 14:34:34 1.76
@@ -18,7 +18,7 @@
- Verify db_deadlock for other lisps (launch and kill background program I/F)
Bugs:
-- Fix any bugs found during BETA
+- Support for asdf-install?
Test coverage:
- Clean up interface to tests
@@ -47,6 +47,20 @@
0.6.1 - Features COMPLETED to date
----------------------------------
+POST BETA CHECKINS:
+
+Bugs:
+x Fix duplicate opening of CLSQL db bug that caused errors in SQLite
+x Fix for persistent-object inheritance calculation when inheriting from standard classes
+x Remove problematic asserts in lisp-compare-eq make equal for strings instead of eq
+x Fix map over nils bug in map-index and get-instances-by-value; clarify map-index interface
+
+Tweaks:
+x Add bounds to map-btree
+x Change wipe-class-indexing so it can be called without the class object being created
+x add-to-root, etc now uses :sc instead of :store-controller for brevity
+x Remove hard coded paths in ele-clsql
+
POST ALPHA CHECKINS:
Major Bugs:
--- /project/elephant/cvsroot/elephant/elephant.asd 2007/03/19 20:35:30 1.38
+++ /project/elephant/cvsroot/elephant/elephant.asd 2007/03/30 14:34:34 1.39
@@ -294,11 +294,11 @@
(:file "transactions")
(:file "metaclasses")
(:file "classes")
+ (:file "cache")
(:file "serializer")
(:file "serializer1") ;; 0.6.0 db's
(:file "serializer2") ;; 0.6.1 db's
(:file "unicode2")
- (:file "cache")
(:file "controller")
(:file "collections")
(:file "classindex-utils")
@@ -309,4 +309,3 @@
:depends-on (memutil utils)))))
:serial t
:depends-on (:uffi :cl-base64))
-
More information about the Elephant-cvs
mailing list