[armedbear-devel] ABCL and ASDF
Mark Evenson
evenson at panix.com
Mon May 23 15:47:53 UTC 2011
On 5/23/11 01:13 , Faré wrote:
> Dear ABCL developers,
>
> another bug in ABCL:
>
> (defparameter *wild-file*
> (make-pathname :name :wild :type :wild :version :wild :directory nil))
>
> (describe *wild-file*)
> (describe (make-pathname :defaults *wild-file*))
>
> Apparently, make-pathname fails to copy the version from the defaults.
> ASDF currently works around this somehow.
Bug reproduced, but hmmm… The "obvious" solution via the attached patch
causes our DEFPACKAGE form to go crazy, so this is going to take a bit
more of study.
--
"A screaming comes across the sky. It has happened before, but there
is nothing to compare to it now."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: abcl-make-pathname-version.diff
Type: text/x-diff
Size: 2447 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20110523/ee8caed3/attachment.diff>
More information about the armedbear-devel
mailing list