From gwking at metabang.com Mon Nov 28 19:00:51 2005 From: gwking at metabang.com (Gary King) Date: Mon, 28 Nov 2005 14:00:51 -0500 Subject: [Cl-store-devel] Patch for cl-store 0.6 so that it will work with Digitool's MCL Message-ID: <3230A296-3CF7-41D1-BF0C-D3C4856F63F2@metabang.com> Hi, Below is a patch so that cl-store will work with Digitool's MCL version 5.1 and higher (MCL now shares most of OpenMCL's MOP). BTW, CL-Store is very nice and the documentation is a cut above. I'm highly, and happily, impressed. Index: package.lisp =================================================================== RCS file: /project/cl-store/cvsroot/cl-store/package.lisp,v retrieving revision 1.22 diff -u -w -r1.22 package.lisp --- package.lisp 1 Sep 2005 10:24:55 -0000 1.22 +++ package.lisp 28 Nov 2005 18:58:12 -0000 @@ -94,6 +94,24 @@ #:class-slots #:ensure-class) + #+digitool (:import-from #:ccl + #:generic-function-name + #:slot-definition-name + #:slot-definition-allocation + #:compute-slots + #:slot-definition + #:slot-definition-initform + #:slot-definition-initargs + #:slot-definition-name + #:slot-definition-readers + #:slot-definition-type + #:slot-definition-writers + #:class-direct-default-initargs + #:class-direct-slots + #:class-direct-superclasses + #:class-slots + #:ensure-class) + #+(and clisp (not mop)) (:import-from #:clos #:slot-value #:std-compute-slots -- Gary Warren King metabang.com http://www.metabang.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2367 bytes Desc: not available URL: From sean.ross at ucs-software.co.za Wed Nov 30 10:01:36 2005 From: sean.ross at ucs-software.co.za (Sean Ross) Date: 30 Nov 2005 12:01:36 +0200 Subject: [Cl-store-devel] Patch for cl-store 0.6 so that it will work with Digitool's MCL References: <3230A296-3CF7-41D1-BF0C-D3C4856F63F2@metabang.com> Message-ID: <87iruaxxmn.fsf@sdr.ucs.co.za> Gary King writes: > Hi, > Below is a patch so that cl-store will work with Digitool's MCL version 5.1 and higher (MCL now shares most of OpenMCL's > MOP). Thanks for the patch, it's just been applied to cvs. I'm assuming that this will still work with previous version of MCL? > BTW, CL-Store is very nice and the documentation is a cut above. I'm highly, and happily, impressed. Glad you like it. Cheers, Sean. -- "My doctor says that I have a malformed public-duty gland and a natural deficiency in moral fibre," he muttered to himself, "and that I am therefore excused from saving Universes." - Life, the Universe, and Everything Douglas Adams. Confidentiality Notice: http://ucs.co.za/conf.html From gwking at metabang.com Wed Nov 30 12:00:11 2005 From: gwking at metabang.com (Gary King) Date: Wed, 30 Nov 2005 07:00:11 -0500 Subject: [Cl-store-devel] Patch for cl-store 0.6 so that it will work with Digitool's MCL In-Reply-To: <87iruaxxmn.fsf@sdr.ucs.co.za> References: <3230A296-3CF7-41D1-BF0C-D3C4856F63F2@metabang.com> <87iruaxxmn.fsf@sdr.ucs.co.za> Message-ID: <6E2F6F4F-A5CF-4703-8084-6E71F3685476@metabang.com> Hi Sean, > Thanks for the patch, it's just been applied to cvs. > I'm assuming that this will still work with previous version of MCL? Actually, no. MCL versions prior to 5.1 support very little of the MOP. -- Gary Warren King metabang.com http://www.metabang.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2367 bytes Desc: not available URL: