[Ecls-list] Case of path is still wrong.
Pascal J. Bourguignon
pjb at informatimago.com
Tue Jun 29 03:13:16 UTC 2010
Juan Jose Garcia-Ripoll <juanjose.garciaripoll at googlemail.com> writes:
> On Sun, Jun 27, 2010 at 6:56 AM, Pascal J. Bourguignon <pjb at informatimago.com> wrote:
>
> AFAIUI, the :CASE argument of MAKE-PATHNAME should not apply to
> :DEFAULTS, but only to the other arguments given to MAKE-PATHNAME.
>
> Hopefully this is fixed in ECL CVS/git now
>
> $ ecl
> ECL (Embeddable Common-Lisp) 10.4.2
> Top level.
>> (let ((x "ABC"))
> (values
> (make-pathname :directory (list :absolute x) :name x :type x :case :common)
> (make-pathname :directory (list :absolute x) :case :common
> :defaults (make-pathname :name x :case :common
> :defaults (make-pathname :type x :case :common)))))
>
> #P"/abc/abc.abc"
> #P"/abc/abc.abc"
Thank you!
--
__Pascal Bourguignon__ http://www.informatimago.com/
More information about the ecl-devel
mailing list