Re: [elephant-devel] Status of Elephant Unstable Branch

2008-03-25 Thread Ian Eslick
Thank you! Added and committed. -Ian On Mar 25, 2008, at 6:40 AM, [EMAIL PROTECTED] wrote: +(deftest slot-unbound +(progn + (defclass class-one () + (slot1 slot2) + (:metaclass persistent-metaclass)) + (defmethod slot-unbound (class (instance class-one) +

Re: [elephant-devel] Status of Elephant Unstable Branch

2008-03-25 Thread kmkaplan+elephant
Ian Eslick <[EMAIL PROTECTED]> writes: > There are definitely holes in the test suite that need to be plugged and > I'm sure that this will uncover bugs Please add the following to the test suite. --- elephant-dist/tests/mop-tests.lisp 2008-03-25 10:56:30.620265336 +0100 +++ elephant/tests/mop-

Re: [elephant-devel] Status of Elephant Unstable Branch

2008-03-23 Thread Ian Eslick
I definitely don't want to release until we're comfortable the tests are covered. We'll look for a reasonable consensus that it is ready. FYI - The backend updates will require: - Initialization of new base class slots with fixed-oid btrees (schema-table :reader controller-schema-table

Re: [elephant-devel] Status of Elephant Unstable Branch

2008-03-23 Thread Henrik Hjelte
That is really great ! We'll follow with postmodern backend soon. I don't think we should haste with releases though, it is better if we have the time to check for bugs and update the test suite. I want to encourage anyone that sees some areas that are not tested enough to just feed back this. No

Re: [elephant-devel] Status of Elephant Unstable Branch

2008-03-23 Thread Robert L. Read
Congratulations Ian! Thanks for all the hard work. I will help by working on this task: On Sun, 2008-03-23 at 10:52 -0400, Ian Eslick wrote: > - Upgrade Postmodern and CLSQL data stores - Support btrees with > duplicate keys - Some minor API additions for upgrade & > bootstrapping That i

[elephant-devel] Status of Elephant Unstable Branch

2008-03-23 Thread Ian Eslick
My fellow Elephants, Unstable isn't unstable anymore! All BDB tests, including migration, for BDB/Mac/Allegro and BDB/Mac/SBCL are green as of today's checkin. All major new features are implemented, including: - Instance map, class schema evolution and MOP compliance - New slot types - Ca