[cl-darcs-ticket] #2: Make applying MOVE-PATCH work on more platforms
#2: Make applying MOVE-PATCH work on more platforms ----------------------+----------------------------------------------------- Reporter: mhenoch | Owner: mhenoch Type: defect | Status: new Priority: major | Milestone: Component: cl-darcs | Version: Keywords: | ----------------------+----------------------------------------------------- The current code for APPLY-PATCH for MOVE-PATCH ([source: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. -- Ticket URL: <http://trac.common-lisp.net/cl-darcs/ticket/2> cl-darcs <http://common-lisp.net/project/cl-darcs> cl-darcs
#2: Make applying MOVE-PATCH work on more platforms -----------------------+---------------------------------------------------- Reporter: mhenoch | Owner: mhenoch Type: defect | Status: new Priority: major | Milestone: Component: cl-darcs | Version: Resolution: | Keywords: -----------------------+---------------------------------------------------- Comment (by mhenoch): 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. -- Ticket URL: <http://trac.common-lisp.net/cl-darcs/ticket/2> cl-darcs <http://common-lisp.net/project/cl-darcs> cl-darcs
#2: Make applying MOVE-PATCH work on more platforms -----------------------+---------------------------------------------------- Reporter: mhenoch | Owner: mhenoch Type: defect | Status: new Priority: major | Milestone: Component: cl-darcs | Version: Resolution: | Keywords: -----------------------+---------------------------------------------------- Comment (by mhenoch): An experiment suggests that CLISP doesn't support renaming directories with RENAME-FILE. Need to test with newer version and report. -- Ticket URL: <http://trac.common-lisp.net/cl-darcs/ticket/2> cl-darcs <http://common-lisp.net/project/cl-darcs> cl-darcs
#2: Make applying MOVE-PATCH work on more platforms -----------------------+---------------------------------------------------- Reporter: mhenoch | Owner: mhenoch Type: defect | Status: new Priority: major | Milestone: Component: cl-darcs | Version: Resolution: | Keywords: -----------------------+---------------------------------------------------- Comment (by mhenoch): Lispworks implementation committed in r120. -- Ticket URL: <http://trac.common-lisp.net/cl-darcs/ticket/2> cl-darcs <http://common-lisp.net/project/cl-darcs> cl-darcs
#2: Make applying MOVE-PATCH work on more platforms -----------------------+---------------------------------------------------- Reporter: mhenoch | Owner: mhenoch Type: defect | Status: new Priority: major | Milestone: Component: cl-darcs | Version: Resolution: | Keywords: -----------------------+---------------------------------------------------- Comment (by mhenoch): CLISP CVS now has EXT:RENAME-DIR. -- Ticket URL: <http://trac.common-lisp.net/cl-darcs/ticket/2> cl-darcs <http://common-lisp.net/project/cl-darcs> cl-darcs
participants (1)
-
cl-darcs