Re: [elephant-devel] CL implementation support

2011-09-09 Thread Ian Eslick
I worked on this project with Clojure, so they may be willing to help diagnose. I'll be looking into this later this month when I upgrade the running server and add some features to that old project I mentioned. -Ian On Sep 9, 2011, at 12:06 PM, Alex Mizrahi wrote: >> I use CCL for some produ

Re: [elephant-devel] CL implementation support

2011-09-09 Thread Alex Mizrahi
I use CCL for some production CL applications that use Elephant. Which version of CCL are you having problems with? I haven't upgraded in awhile - 1.2-1.4 were all good for me. The latest available, 1.7, 64-bit. 1.6 had same problems IIRC. I've localized a problem a bit: it is triggered by

Re: [elephant-devel] CL implementation support

2011-09-09 Thread Ian Eslick
I use CCL for some production CL applications that use Elephant. Which version of CCL are you having problems with? I haven't upgraded in awhile - 1.2-1.4 were all good for me. On Sep 9, 2011, at 3:23 AM, Alex Mizrahi wrote: > It looks like something weird happens with CCL's CLOS when we loa

Re: [elephant-devel] SBCL errors

2011-09-09 Thread Alex Mizrahi
Unexpected Error: #" {1002E81E41}> failed AVER: NSLOTDS I've found source of this error -- SBCL's internal %UPDATE-CLASS assumes that slot-allocation is either :instance or :class (and we have :database for persistent slots), so it breaks when you drop a virtual slot (i.e. redefine class with

[elephant-devel] CL implementation support

2011-09-09 Thread Alex Mizrahi
It looks like something weird happens with CCL's CLOS when we load Elephant. Given that we have openmcl-mop-patches.lisp, it might be that we break something with out patches. Or something... Is anybody interested in Elephant on CCL? Or other CL implementations? If not, it will be SBCL-only un