Re: [elephant-devel] Issues adding to root

2009-03-16 Thread Ian Eslick
Hi Glenn and Leslie, Since we're trying to move with some reasonable speed towards a 1.0 release of Elephant, and clbuild fails to work currently inhibiting adoption, I would appreciate taking this off the shelf and can help resolve the remaining issues. Ian On Nov 4, 2008, at 8:13 AM, Gle

Re: [elephant-devel] Issues adding to root

2009-01-03 Thread Ian Eslick
Hi Glen, How are things going on the skiplist hack and CFFI? I'm going to release an Alpha of 1.0 shortly and am starting to think about what goes into a beta release... Are you likely to have any time to contribute in the next few months? Thanks again for the documentation help last ye

Re: [elephant-devel] Issues adding to root

2008-11-04 Thread Glenn Tarcea
Just to follow up on this. I've been working with Leslie in the back ground (he's graciously taken the time to do some mentoring and reviews of code as well as to put up with some of my not so well thought out ideas :-) ). I have large pieces of Elephant switched over to CFFI, but largely d

Re: [elephant-devel] Issues adding to root

2008-11-04 Thread Leslie P. Polzer
> The following is something of a workaround and I'm not really sure why > it works, but here goes. > > Starting with a fresh SBCL image I loaded "cffi-uffi-compat" (*not* > "cffi" or "uffi") , then "cl-base64" and finally "elephant". After > issuing some warnings about package name clashes betwee

Re: [elephant-devel] Issues adding to root

2008-11-03 Thread aditya siram
The following is something of a workaround and I'm not really sure why it works, but here goes. Starting with a fresh SBCL image I loaded "cffi-uffi-compat" (*not* "cffi" or "uffi") , then "cl-base64" and finally "elephant". After issuing some warnings about package name clashes between UFFI and C

Re: [elephant-devel] Issues adding to root

2008-11-03 Thread Alex Mizrahi
as> I am using SBCL 1.0.21. but which version of elephant do you use? please try darcs version if you're not using it already ___ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel

Re: [elephant-devel] Issues adding to root

2008-11-03 Thread Leslie P. Polzer
Can you try some other SBCL versions, namely .20 and .22? What version of Elephant are you using? If you're using 0.9.1, try to update to the latest stable head. Leslie ___ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.

[elephant-devel] Issues adding to root

2008-11-03 Thread aditya siram
I am having issues with the serializer and sbcl's alien types. A session transcript with a trace on ELEPHANT-SERIALIZER2::SERIALIZE-TO-UTF8 is below: CL-USER> (elephant:open-store '(:CLSQL (:SQLITE3 "elephantTest.db"))) # CL-USER> (elephant:add-to-root "a" "1") 0: (ELEPHANT-SERIALIZER2::SERIALIZ

Re: [elephant-devel] Issues adding to root

2008-11-03 Thread aditya siram
I am using SBCL 1.0.21. Thanks ... deech On Mon, Nov 3, 2008 at 2:29 PM, aditya siram <[EMAIL PROTECTED]> wrote: > I am having issues with the serializer and sbcl's alien types. A > session transcript with a trace on > ELEPHANT-SERIALIZER2::SERIALIZE-TO-UTF8 is below: > > CL-USER> (elephant:open-