[elephant-devel] Multi-store indexed classes

2008-02-23 Thread Ian Eslick
I just pushed a patch that enables multi-store class indexing as Leslie requested with the design tradeoffs from my last e-mail. Still needed for 0.9.2: documentation, specific tests, better error messages when doing cross store indexing when *enable-multi-store- indexing* isn't set. I'll

Re: [elephant-devel] Cross-references and SETF SLOT-VALUE

2008-02-23 Thread Ian Eslick
On Feb 23, 2008, at 4:03 AM, Leslie P. Polzer wrote: 2) The persistent-metaclass would be extended to support multiple class indexes; one for each store controller instances exist in. I suppose that's the architectural issue you were talking about, but which I didn't fully grasp because I h

Re: [elephant-devel] Cross-references and SETF SLOT-VALUE

2008-02-23 Thread Leslie P. Polzer
> 2) The persistent-metaclass would be extended to support multiple > class indexes; one for each store controller instances exist in. I suppose that's the architectural issue you were talking about, but which I didn't fully grasp because I haven't looked at the code. > I'll do # 1-4 now since