Re: [elephant-devel] elephant 1.0 with sbcl 1.29

2009-06-22 Thread Leslie P. Polzer
On Tue, Jun 23, 2009 at 12:12:46AM +0200, mosi wrote: > Hi, > thank you, Leslie, > that was the answer, > > I checked the prerequisities in elephant, > UFFI is there. > > The problem was: > clbuild update changes > uffi.asd > for: > cffi-uffi-compat.asd > as a symlink named uffi.asd > > That cau

Re: [elephant-devel] elephant 1.0 with sbcl 1.29

2009-06-22 Thread mosi
Hi, thank you, Leslie, that was the answer, I checked the prerequisities in elephant, UFFI is there. The problem was: clbuild update changes uffi.asd for: cffi-uffi-compat.asd as a symlink named uffi.asd That causes memutil.fasl to fail in compilation. This should spark sooner, as no elephant w

Re: [elephant-devel] Release 1.0b1

2009-06-22 Thread Ian Eslick
I've also wondered what parts of syncing run inside a transaction. ASDF compilation prevents async interruptions at least but of course another thread could be in the middle of some op when the sync happens. Leslie Synchronization in the sense of on-disk instance updates are all degree-2 tr