#864 closed defect (fixed)
setup-api handles copying of directories not properly on windows
| Reported by: | felix winkelmann | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | critical | Milestone: | 4.9.0 |
| Component: | core libraries | Version: | 4.7.x |
| Keywords: | chicken-install setup-api | Cc: | |
| Estimated difficulty: |
Description
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.
Attachments (1)
Change History (3)
Changed 13 years ago by
| Attachment: | 0001-copy-directories-on-installation-recursively.patch added |
|---|
comment:1 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 13 years ago by
| Milestone: | 4.8.0 → 4.9.0 |
|---|
Note: See
TracTickets for help on using
tickets.

Milestone 4.8.0 deleted