Update of /project/elephant/cvsroot/elephant In directory clnet:/tmp/cvs-serv26996
Modified Files: TODO elephant.asd Log Message: Latest changes to launching deadlock processes, all lisps supported (but not tested) except lispworks
--- /project/elephant/cvsroot/elephant/TODO 2007/02/14 04:36:08 1.48 +++ /project/elephant/cvsroot/elephant/TODO 2007/02/16 03:43:47 1.49 @@ -227,6 +227,8 @@ (ala AllegroCache) - Support for cheap persistent sets (medium? can do on SQL?) - Native persistent hashes (easy for BDB; can do on SQL backends?) + - Persistent aggregates for better conceptual integration with lisp? + - pcons, parray, pstruct, etc - Support a simple object query language over the database - Repository browser - a simple REPL tool like the Slime inspector to see what classes are in a repository and what state they're in...useful --- /project/elephant/cvsroot/elephant/elephant.asd 2007/02/14 04:36:08 1.29 +++ /project/elephant/cvsroot/elephant/elephant.asd 2007/02/16 03:43:47 1.30 @@ -161,7 +161,8 @@ ((:file "package") (:file "convenience") (:file "locks") - (:file "os"))) + (:file "os")) + :serial t) (:module memutil :components ((:elephant-c-source "libmemutil")