[Openmcl-devel] upcoming release
R.Stoye
stoye at stoye.com
Sat Jun 27 02:46:08 PDT 2009
some time ago i created these two tickets:
http://trac.clozure.com/openmcl/ticket/468
in short: CCL::FIND-APPLICABLE-METHODS wants to be called with
classnames (symbols), but the new xref mechanisms are passing the
classes:
(ccl::xref-describe 'ccl:process-interrupt :verbose t) -> Errors on
(FIND-CLASS #<STANDARD-CLASS XXXX> NIL NIL)
My workaround is to redefine ccl::find-applicable-methods to map the
args list and replace non-symbols.
the second one is somewhat magic (means i don't understand what's
going on there:
http://trac.clozure.com/openmcl/ticket/469
in short: if you compile/load a file in which a defgeneric is the last
form, the source-notes for that function/methods are missing.
my workaround is to put some definition below that form.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20090627/7dd04418/attachment.htm>
More information about the Openmcl-devel
mailing list