Re: [elephant-devel] Re: Test of 0.9 on LispWorks 5.0 (64-bit) for Linux

2007-06-26 Thread Ian Eslick
I'm pretty sure we have some code to work around that, but I'll check it out next time I get a chance. I think the LW problem is related to the way sorting is handled in the BDB backend. Ian On Jun 26, 2007, at 4:42 PM, Henrik Hjelte wrote: I don't know if this is related, but maybe? I re

Re: [elephant-devel] Re: Test of 0.9 on LispWorks 5.0 (64-bit) for Linux

2007-06-26 Thread Henrik Hjelte
I don't know if this is related, but maybe? I read something that Attila Lendvai wrote in another thread: lw's slot-value-using-class is passing in the slot name instead of the effective slot instance, this may cause problems. they should read the spec finally... :) /Henrik Hjelte __

Re: [elephant-devel] Re: Test of 0.9 on LispWorks 5.0 (64-bit) for Linux

2007-06-26 Thread Ian Eslick
Sorry for the delay, I'm under pressure for some other work. What is happening is that you aren't getting a proper value back from the index. Can you do a (elephant::dump-btree index1) after running the regression suite? Ian On Jun 12, 2007, at 1:13 PM, Chun Tian (binghe) wrote: Sorry,