Opened 17 years ago

Last modified 17 years ago

#2 new defect

Make applying MOVE-PATCH work on more platforms

Reported by: Magnus Henoch Owned by: Magnus Henoch
Priority: major Milestone:
Component: cl-darcs Version:
Keywords: Cc:

Description

The current code for APPLY-PATCH for MOVE-PATCH (cl-darcs/trunk/apply-patch.lisp) only has code for CLISP and SBCL, and no check for other implementations. Jochen Schmidt suggested that RENAME-FILE works on Lispworks, and might be enough for other implementations too.

There are two cases, files and directories.

Change History (4)

comment:1 Changed 17 years ago by Magnus Henoch

An experiment suggests that SBCL 1.0.6 requires the target for RENAME-FILE to be a file name, even if we are renaming a directory. Need to test with newer version and report.

comment:2 Changed 17 years ago by Magnus Henoch

An experiment suggests that CLISP doesn't support renaming directories with RENAME-FILE. Need to test with newer version and report.

comment:3 Changed 17 years ago by Magnus Henoch

Lispworks implementation committed in r120.

comment:4 Changed 17 years ago by Magnus Henoch

CLISP CVS now has EXT:RENAME-DIR.

Note: See TracTickets for help on using tickets.