[elephant-devel] get-instance-by-class etc

2009-09-08 Thread Tiarnan O'Corrain
Hi-- the get-instance* functions don't take a store-controller argument. What's the recommended way of directing these to the appropriate store where many may be open? regards Tiarnán -- The law, in its majestic equality, forbids the rich as well as the poor to sleep under bridges, to beg in t

Re: [elephant-devel] keeping btree indices up to date

2008-11-08 Thread Tiarnan O'Corrain
Hi-- I've tried the same test-case on elephant unstable and the indices are still not being updated, so the problem remains. One question: I'm using slot-value to update the indexed slots. Is this the problem, or should the indices be updated in any case? regards Tiarnan _

Re: [elephant-devel] keeping btree indices up to date

2008-11-05 Thread Tiarnan O'Corrain
Hi-- here's a small program that reproduces the problem. > Yes, try the not-so-unstable-on-BDB elephant-unstable[1]. Thanks, I will do so tonight. regards Tiarnán ele-test.lisp Description: Binary data ___ elephant-devel site list elephant-devel@co

[elephant-devel] keeping btree indices up to date

2008-11-04 Thread Tiarnan O'Corrain
Hi-- I'm storing objects in a btree, and indexing one slot common to all of the objects for fast retrieval. There is more than one type of object in the btree, so I'm using btree indices rather than a slot index. I note that when the indexed slot changes, the index is not updated. As I'm using t

[elephant-devel] Error while compiling memutil.lisp

2008-05-27 Thread Tiarnan O'Corrain
Hi-- I'm getting the following when compiling elephant (both 0.9 and 0.9.1): Error in function ALIEN::%PARSE-ALIEN-TYPE: Unknown alien type: ELEPHANT-MEMUTIL::UNSIGNED-CHAR CMUCL 19d, with UFFI 1.6.0, running on Linux x86 2.6.18 any ideas? Tiarnán ___