[elephant-devel] lisp data store (part 2)

2009-02-07 Thread Ian Eslick
I believe I've fixed all the open/close store problems for the CLP lisp-only data store. The store now properly opens and closes and passes all tests except the cursors-based tests as mentioned earlier. I made an exception for gensyms. The snapshot and restore is slow, so opening and closi

[elephant-devel] lisp data store

2009-02-07 Thread Ian Eslick
I just pushed fixes to a bunch of CLP bugs. The only test failures now are serializing gensyms (not supported by cl-prev) and anything relying on cursors. There are 23 tests that weren't run due to dependencies on those cursor-based tests. We're at about 90% passing. Of course you still c