Opened 14 years ago

Closed 14 years ago

#100 closed defect (fixed)

Pathname #P reader does not reliably deserialize PATHNAMEs across Windows/non-Windows

Reported by: Mark Evenson Owned by: somebody
Priority: major Milestone:
Component: other Version:
Keywords: pathname reader Cc:
Parent Tickets:

Description

The #P reader does not work very well for a PATHNAME serialized under Windows/non-Windows, and de-serialized on the other platform.

See discussion on thread http://article.gmane.org/gmane.lisp.armedbear.devel/1272

NB abcl-bin-0.20.0 needs to be re-released as it was compiled under Windows, giving errors of the form

Compilation failed: Not an absolute pathname
#P"\\___jar___file___root___\\**\\*.*"

under non-Windows.

Change History (1)

comment:1 Changed 14 years ago by ehuelsmann

Resolution: fixed
Status: newclosed

Reported to be fixed by using '/' consistently as a serialized path separator.

Note: See TracTickets for help on using tickets.