Re: [elephant-devel] Re: blog example w/ hunchentoot

2007-04-23 Thread Ian Eslick
I'm not sure that deserializing a persistent object without actually creating it would make much sense. What would you return from the deserializer? What operations would it need to support? Think of it this way. If you get a value from a persistent index and that value is a persistent o

Re: [elephant-devel] Re: blog example w/ hunchentoot

2007-04-23 Thread Pierre THIERRY
Scribit Ian Eslick dies 22/04/2007 hora 10:39: > However, if the objects are not already in-memory, the deserializer > will call make-instance on that instance using the OID and class > stored in the DB. > > This does not call initforms or use initargs but will trigger any > initialize-instance

Re: [elephant-devel] CVS HEAD w/ lispworks 5.0.1 linux

2007-04-23 Thread Lui Fungsin
On 4/23/07, Ian Eslick <[EMAIL PROTECTED]> wrote: Do you have UFFI 1.5.18 (the latest version)? You are right, sorry for the false alarm. I upgraded uffi to latest in linux but forgot to copy over to windows. Now it's passing all the test. So now it's just linux that has problem (I went back an

Re: [elephant-devel] CVS HEAD w/ lispworks 5.0.1 linux

2007-04-23 Thread Ian Eslick
Do you have UFFI 1.5.18 (the latest version)? On Apr 23, 2007, at 3:28 AM, Lui Fungsin wrote: On 4/22/07, Ian Eslick <[EMAIL PROTECTED]> wrote: It will take me a little while to reconstruct my environment in linux. I don't use linux much and this is not currently at the top of my priority lis

Re: [elephant-devel] CVS HEAD w/ lispworks 5.0.1 linux

2007-04-23 Thread Lui Fungsin
On 4/22/07, Ian Eslick <[EMAIL PROTECTED]> wrote: It will take me a little while to reconstruct my environment in linux. I don't use linux much and this is not currently at the top of my priority list. I understand. I'm just writing to report back what I've seen. It certainly helps if elephant