Re: [elephant-devel] elephant 1.0 is unstable under Clozure Common Lisp Version 1.5-r13651 (LinuxX8632)

2010-09-24 Thread Xu Jingtao
5 on any system that I'm aware of. There are some occasional bugs found in the schema management code too that may be lurking. eslick> eslick> Ian eslick> eslick> On Sep 23, 2010, at 10:51 PM, Xu Jingtao wrote: eslick> eslick> > hi elephant-dev: eslick> > I use el

Re: [elephant-devel] elephant 1.0 is unstable under Clozure Common Lisp Version 1.5-r13651 (LinuxX8632)

2010-09-24 Thread Xu Jingtao
I have tried ccl 1.4 and it seems working fine. thanks very much. jingtao. eslick> eslick> Did you have this problem in 1.4? We use Elephant extensively on Clozure on Mac/Linux under 1.4 but I haven't upgraded to the latest 1.5 on any system that I'm aware of. There are some occasional bugs

[elephant-devel] elephant 1.0 is unstable under Clozure Common Lisp Version 1.5-r13651 (LinuxX8632)

2010-09-23 Thread Xu Jingtao
hi elephant-dev: I use elephant 1.0 under Clozure Common lisp,and exception often occurs like this: === There is no applicable method for the generic function: # when called with arguments: (NIL) (B2D527D4) : 0 (PRINT-CALL-HISTORY :CONTEXT NIL :PROCE

Re: [elephant-devel] a bug when not use elephant:*store-controller* when close-store

2010-07-27 Thread Xu Jingtao
Hi elephant-devel, Sorry i have not notice it in document. But i think this behavior will confuse me. I hope you change it and don't let user care this maybe better. best regards. jingtao. sky> sky> Hi Jingtao, sky> sky> the documentation for close-store says: sky> sky> If you pass a c

[elephant-devel] a bug when not use elephant:*store-controller* when close-store

2010-07-14 Thread Xu Jingtao
hi elephant-devel: when there are no store-controller and i don't use elephant:*store-controller* as default controller like this: == ;;start store (unless *license-store* (setq *license-store* (open-store `(:BDB ,*license-store-dir* ;;close