From cl-darcs-devel at common-lisp.net Wed Aug 22 01:02:47 2007 From: cl-darcs-devel at common-lisp.net (cl-darcs) Date: Wed, 22 Aug 2007 01:02:47 -0000 Subject: [cl-darcs-ticket] #2: Make applying MOVE-PATCH work on more platforms Message-ID: <082.a16488ad03cea1aebf615fb3fe7dadd3@common-lisp.net> #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: cl-darcs cl-darcs From cl-darcs-devel at common-lisp.net Wed Aug 22 01:09:30 2007 From: cl-darcs-devel at common-lisp.net (cl-darcs) Date: Wed, 22 Aug 2007 01:09:30 -0000 Subject: [cl-darcs-ticket] Re: #2: Make applying MOVE-PATCH work on more platforms In-Reply-To: <082.a16488ad03cea1aebf615fb3fe7dadd3@common-lisp.net> References: <082.a16488ad03cea1aebf615fb3fe7dadd3@common-lisp.net> Message-ID: <091.40db23141d065d29bc62fd818ef8f19d@common-lisp.net> #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: cl-darcs cl-darcs From cl-darcs-devel at common-lisp.net Wed Aug 22 01:10:03 2007 From: cl-darcs-devel at common-lisp.net (cl-darcs) Date: Wed, 22 Aug 2007 01:10:03 -0000 Subject: [cl-darcs-ticket] Re: #2: Make applying MOVE-PATCH work on more platforms In-Reply-To: <082.a16488ad03cea1aebf615fb3fe7dadd3@common-lisp.net> References: <082.a16488ad03cea1aebf615fb3fe7dadd3@common-lisp.net> Message-ID: <091.8cc33d5b72b23f553b8264485f584f59@common-lisp.net> #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: cl-darcs cl-darcs From cl-darcs-devel at common-lisp.net Wed Aug 22 01:48:03 2007 From: cl-darcs-devel at common-lisp.net (cl-darcs) Date: Wed, 22 Aug 2007 01:48:03 -0000 Subject: [cl-darcs-ticket] #3: Command line interface Message-ID: <082.a34f001be571860a4a13f5b34ce1586c@common-lisp.net> #3: Command line interface ----------------------+----------------------------------------------------- Reporter: mhenoch | Owner: mhenoch Type: task | Status: new Priority: major | Milestone: Use darcs' test suite Component: cl-darcs | Version: Keywords: | ----------------------+----------------------------------------------------- A command line interface that closely mimics the real darcs is needed to use the test suite. -- Ticket URL: cl-darcs cl-darcs From cl-darcs-devel at common-lisp.net Wed Aug 22 02:06:14 2007 From: cl-darcs-devel at common-lisp.net (cl-darcs) Date: Wed, 22 Aug 2007 02:06:14 -0000 Subject: [cl-darcs-ticket] Re: #2: Make applying MOVE-PATCH work on more platforms In-Reply-To: <082.a16488ad03cea1aebf615fb3fe7dadd3@common-lisp.net> References: <082.a16488ad03cea1aebf615fb3fe7dadd3@common-lisp.net> Message-ID: <091.f4c0fc49b5c5394ae3f9f0ef5e529761@common-lisp.net> #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: cl-darcs cl-darcs From cl-darcs-devel at common-lisp.net Fri Aug 24 20:32:11 2007 From: cl-darcs-devel at common-lisp.net (cl-darcs) Date: Fri, 24 Aug 2007 20:32:11 -0000 Subject: [cl-darcs-ticket] Re: #2: Make applying MOVE-PATCH work on more platforms In-Reply-To: <082.a16488ad03cea1aebf615fb3fe7dadd3@common-lisp.net> References: <082.a16488ad03cea1aebf615fb3fe7dadd3@common-lisp.net> Message-ID: <091.cb5dcd5120dcecbe25d8d041a579c84c@common-lisp.net> #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: cl-darcs cl-darcs