validate-superclass bug
Iain Little <[email protected]> Tue, 18 Nov 2003 00:53:16 +1100
| Newsgroups | gmane.lisp.uncommon-sql |
|---|---|
| Message-ID | <[email protected]> |
Hi,
While playing around with uncommonsql (with cmucl), I noticed that one
of the 'validate-superclass' methods didn't seem to be recognised.
Turns out that a '#+' reader macro sitting in front of a commented out
function was effectively commenting it out.
Cheers,
Iain
[Note: I am not subscribed to this list.]
Index: metaclasses.lisp
===================================================================
RCS file: /cvs/usql/sql/metaclasses.lisp,v
retrieving revision 1.54
diff -u -r1.54 metaclasses.lisp
--- metaclasses.lisp 2002/12/05 17:37:14 1.54
+++ metaclasses.lisp 2003/11/17 13:43:00
@@ -146,7 +146,7 @@
result))
-#+lispworks
+;; #+lispworks
;; (defmethod clos::canonicalize-class-options :around
;; ((prototype view-metaclass) class-options)
;; "Lispworks signals an error on unknown class options;