<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
Thanks to Andrew Philpot and Andrew Blumberg, I believe the minor fix noted noted<BR>
below makes 0.3.0 completely green on ACL as well as SBCL.<BR>
<BR>
I will commit this change today, and publish 0.3.1 or 0.4.0 today.<BR>
<BR>
Also, Waldo found a serious bug in the documentation; thank your for that. I will <BR>
fix that today as well.<BR>
<BR>
<BR>
On Fri, 2006-01-06 at 01:04 -0600, Andrew Blumberg wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">yes, that sounds like a good idea to me.</FONT>
<FONT COLOR="#000000"> - andrew</FONT>
<FONT COLOR="#000000">On Thu, 5 Jan 2006, Robert L. Read wrote:</FONT>
<FONT COLOR="#000000">> After commenting out the initform, I am green on all tests including</FONT>
<FONT COLOR="#000000">> my migration tests.</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">> Andrew Blumberg, should I publish this fix into the code base?</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">> Mr. Philpot, I will continue to try to help with any additional problems</FONT>
<FONT COLOR="#000000">> you might have.</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">> Thanks to both of you.</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">> On Thu, 2006-01-05 at 14:33 -0600, Andrew Blumberg wrote:</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">>> hi andrew,</FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>> i'm glad to hear the fix works. thanks for testing it. just to</FONT>
<FONT COLOR="#000000">>> be clear, the migration tests are all aimed at moving between different</FONT>
<FONT COLOR="#000000">>> repositories? (i spent a fair bit of time getting class update stuff to</FONT>
<FONT COLOR="#000000">>> be in a reasonable state during the last revision i wrote, and if that's</FONT>
<FONT COLOR="#000000">>> what is meant by migration i'll be sad).</FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>> - andrew</FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>> On Thu, 5 Jan 2006, Andrew Philpot wrote:</FONT>
<FONT COLOR="#000000">>></FONT>
<FONT COLOR="#000000">>>></FONT>
<FONT COLOR="#000000">>>> Andrew B. was right all along here. I rebuilt all from scratch, with</FONT>
<FONT COLOR="#000000">>>> the initform commented out, and followed the test procedure more</FONT>
<FONT COLOR="#000000">>>> closely, and I succeeded except for the migration stuff.</FONT>
<FONT COLOR="#000000">>>></FONT>
<FONT COLOR="#000000">>>> 5 out of 107 total tests failed: ELEPHANT-TESTS::MIGRATE1,</FONT>
<FONT COLOR="#000000">>>> ELEPHANT-TESTS::MIGRATE2, ELEPHANT-TESTS::MIGRATE3,</FONT>
<FONT COLOR="#000000">>>> ELEPHANT-TESTS::MIGRATE4, ELEPHANT-TESTS::MIGRATE5.</FONT>
<FONT COLOR="#000000">>>></FONT>
<FONT COLOR="#000000">>>> Robert, what do you get if you replace the definition of defclass</FONT>
<FONT COLOR="#000000">>>> PERSISTENT with</FONT>
<FONT COLOR="#000000">>>></FONT>
<FONT COLOR="#000000">>>> (defclass persistent ()</FONT>
<FONT COLOR="#000000">>>> ((%oid :accessor oid :initarg :from-oid)</FONT>
<FONT COLOR="#000000">>>> ;; This is just an idea for storing connections in the persistent</FONT>
<FONT COLOR="#000000">>>> ;; objects; these should be transient as well, if that flag exists!</FONT>
<FONT COLOR="#000000">>>> ;; In the case of sleepy cat, this is the controller-db from</FONT>
<FONT COLOR="#000000">>>> ;; the store-controller. In the case of SQL this is</FONT>
<FONT COLOR="#000000">>>> ;; the connection spec (since the connection might be broken?)</FONT>
<FONT COLOR="#000000">>>> ;; It probably would be better to put a string in here in the case</FONT>
<FONT COLOR="#000000">>>> ;; of sleepycat...</FONT>
<FONT COLOR="#000000">>>> (dbconnection-spec-pst :type (or list string)</FONT>
<FONT COLOR="#000000">>>> :accessor :dbcn-spc-pst</FONT>
<FONT COLOR="#000000">>>> :initarg :dbconnection-spec-pst</FONT>
<FONT COLOR="#000000">>>> ;; :initform '()</FONT>
<FONT COLOR="#000000">>>> )</FONT>
<FONT COLOR="#000000">>>> )</FONT>
<FONT COLOR="#000000">>>> (:documentation</FONT>
<FONT COLOR="#000000">>>> "Abstract superclass for all persistent classes (common</FONT>
<FONT COLOR="#000000">>>> to user-defined classes and collections.)"))</FONT>
<FONT COLOR="#000000">>>></FONT>
<FONT COLOR="#000000">>>> Andrew P.</FONT>
<FONT COLOR="#000000">>>></FONT>
<FONT COLOR="#000000">>>></FONT>
<FONT COLOR="#000000">></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>