Re: [elephant-devel] Release 1.0b1

2009-06-20 Thread Ian Eslick
I'd like to do a thread-safety pass on the schema evolution code first. I'll maybe get to it next week. Anyone want to be a second pair of eyes? Ian On Jun 20, 2009, at 9:58 AM, Leslie P. Polzer wrote: > > I suggest we release the first beta of 1.0 soon. > > Several fixes have made their w

[elephant-devel] Fix for LispWorks 5.1

2009-06-20 Thread Chun Tian (binghe)
Hi, elephant Currently Elephant 1.0 still cannot compile on LispWorks 5.1, the only blocking definition is this one: (defmethod shared-initialize :around ((instance cacheable-persistent- object) slot-names &key make-cached-instance &allow-other-keys) ;; User asked us to start in cached mo

[elephant-devel] Release 1.0b1

2009-06-20 Thread Leslie P. Polzer
I suggest we release the first beta of 1.0 soon. Several fixes have made their way into the trunk and my public test server is running smoothly with it, at least on BDB. Leslie -- http://www.linkedin.com/in/polzer ___ elephant-devel site list ele

Re: [elephant-devel] Defining a persistent class with a slot with an accessor invokes an error like "There is no class named CLASS-NAME."

2009-06-20 Thread Leslie P. Polzer
Tomo Matsumoto wrote: > With the latest codes from darcs, defining a persistent class with a > slot with an accessor invokes an error like "There is no class named > CLASS-NAME.". > > Here is an example. > > (open-store '(:BDB "/path/to/db")) > (defpclass new-class () ((slot1 :accessor slot1))) >