[armedbear-devel] ensure-parsed-mvn not yet exported in abcl-asdf.lisp

Mark Evenson evenson at panix.com
Fri Feb 21 17:15:42 UTC 2014


On 2/21/14, 15:43, Cyrus Harmon wrote:
> 
> The recent addition of the asdf:ensure-parsed-mvn call in the RESOLVE
> defmethod form has the problem that the ensure-parsed-mvn symbol
> isn’t exported at the time the defmethod is compiled. Assuming that
> the intended behavior of export is not to change things at compile
> time, we need to wrap the export call in an appropriate eval-when
> form. The following seems to fix things for me:

Your diagnosis sounds correct, so I have applied your patch as [r14629][].

[r14629]: http://abcl.org/trac/changeset/14629

I naively wonder why I didn't run into problems with this without your
EVAL-WHEN clause…

-- 
"A screaming comes across the sky.  It has happened before, but there
is nothing to compare to it now."



More information about the armedbear-devel mailing list