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

2010-07-28 Thread Ian Eslick
Probably a global parameter with a more expected default is appropriate. Multi-store operation is not a commonly supported operating mode, although we've made provisions for it over time. The current behavior was intended to solve the following problem. 1) System one opens a store and starts u

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

2010-07-28 Thread Alex Mizrahi
LPP> the documentation for close-store says: LPP> If you pass a custom store controller, LPP> you are responsible for setting it to NIL. What is "it" in this context"? I think it is pretty hard to read this as "you are responsible for setting elephant:*current-controller* to NIL". LPP>

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

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

2010-07-27 Thread Leslie P. Polzer
Hi Jingtao, the documentation for close-store says: If you pass a custom store controller, you are responsible for setting it to NIL. Do you think this behavior should be changed? Leslie ___ elephant-devel site list elephant-devel@common-lisp

[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