chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] [PATCH] Slashify and quote arguments more consistently


From: Peter Bex
Subject: [Chicken-hackers] [PATCH] Slashify and quote arguments more consistently
Date: Sun, 22 Jul 2018 17:35:27 +0200
User-agent: NeoMutt/20170113 (1.7.2)

Hi all,

I was trying to figure out why memory-mapped-files isn't working on
Windows so I started out with "chicken-install -retrieve memory-mapped-files",
but this failed because xcopy is invoked with a source path which contains
forward slashes.  The fix is to call "slashify" on these paths in
copy-egg-sources, but I noticed this problem is a lot more prevalent, in
egg-compile.scm there are lots of missing calls to slashify and to quotearg,
as well.

The attached patch is an attempt to restore sanity.

Cheers,
Peter

Attachment: 0001-Quote-and-slashify-destination-directories-too.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


reply via email to

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