chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #864: setup-api handles copying of directories not pr


From: Chicken Trac
Subject: [Chicken-janitors] #864: setup-api handles copying of directories not properly on windows
Date: Tue, 05 Jun 2012 09:26:05 -0000

#864: setup-api handles copying of directories not properly on windows
---------------------------------------+------------------------------------
 Reporter:  felix                      |       Owner:  felix
     Type:  defect                     |      Status:  new  
 Priority:  critical                   |   Milestone:  4.8.0
Component:  core libraries             |     Version:  4.7.x
 Keywords:  chicken-install setup-api  |  
---------------------------------------+------------------------------------
 When a directory is given in the file-list of an `install-extension`
 command, the directory will not be properly created on Windows, due to a
 "nifty" feature of Windows' `copy` command (when given multiple source
 files, it concatenates them). `copy-file` in `setup-api` needs to walk
 directories, creating destination directories on the fly and copy each
 found file separately.

 Attached a patch that still has to be tested on Windows.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/864>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]