#150: MAKE-PATHNAME ignores version in :DEFAULTS ----------------------+----------------------------------------------------- Reporter: mevenson | Owner: nobody Type: defect | Status: new Priority: minor | Milestone: 0.26 Component: java | Version: 0.24 Keywords: pathname | ----------------------+----------------------------------------------------- [http://article.gmane.org/gmane.lisp.armedbear.devel/1915 Faré reports]: {{{ (defparameter *wild-file* (make-pathname :name :wild :type :wild :version :wild :directory nil))
(describe *wild-file*) (describe (make-pathname :defaults *wild-file*)) }}}
which shows that MAKE-PATHNAME ignores the VERSION of the defaults.