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.