Update of /project/elephant/cvsroot/elephant In directory clnet:/tmp/cvs-serv32211
Modified Files: TODO Log Message: Fixed unquoted macro in BDB
--- /project/elephant/cvsroot/elephant/TODO 2007/02/17 12:13:18 1.52 +++ /project/elephant/cvsroot/elephant/TODO 2007/02/17 19:28:53 1.53 @@ -16,7 +16,7 @@ BDB Features/Cleanup: - Always support locks that timeout? Tradeoffs? - Perform checkpoints (prep for DCM functionality) -- Derived indices used to fail on re-connect, verify this +- Derived indices used to fail on re-connect, verify that this is fixed
Lisp Support: - Win32 builds @@ -36,8 +36,6 @@ - Migration: Validate that graph structures with loop are copied properly - Migration: Improve printing and informative messages
-TASKS TO GET TO FINAL RELEASE: - Test coverage: - Test for optimize storage method (just add probe-file methods to get file size?) - Multi-threading stress tests? Ensure that there are conflicts and lots of serialization @@ -46,6 +44,10 @@ - Test with UTF-16 and UTF-32 strings (construct with char-code?) - Ensure that variable length UTF-8 is automatically stored as UTF-16
+TASKS TO GET TO FINAL RELEASE: + +Fix any bugs in BETA: + Documentation: - Add document section about backend interface: - Add notes about with/ensure-transaction usage (abort & commit behavior on exit)