CLHS says about MAKE-PATHNAME:
After the components supplied explicitly by host, device,
directory, name, type, and version are filled in, the merging
rules used by merge-pathnames are used to fill in any unsupplied
components from the defaults supplied by defaults.
Here, I supply a :version, but the one from :defaults is kept:
* (make-pathname :version nil :defaults "**;*.*.*")
#P"**;*.*.*"
This bug prevents me to circumvent the other bugs of SBCL.
--
__Pascal Bourguignon__ http://www.informatimago.com/
You're always typing.
Well, let's see you ignore my
sitting on your hands.
|