Re: [PATCH] handle misquoting of target in build-scripts

2022-10-31 Thread felix . winkelmann
> On Sun, Oct 30, 2022 at 02:46:49PM +0100, felix.winkelm...@bevuta.com wrote: > > Another follow-up patch on the recent change of quoting in chicken-install, > > which causes > > chicken-do to always fire (and thus rebuilding any egg, regardless of > > status). > > I noticed there were still

Re: [PATCH] Fix double normalize-destination call

2022-10-31 Thread felix . winkelmann
> > It looks like that's actually a bug in the egg though - contrast to the > srfi-19 egg which *does* work, it has (data srf-29-bundles (files ...)) > instead. This has been fixed in the latest amb release (3.0.7). > > The attached patch fixes the double call to normalize-destination on the >

[PATCH] Fix double normalize-destination call

2022-10-31 Thread Peter Bex
Hi all, While testing my previous patch on Windows, I noticed some weird error output during the installation phase. It would say several times in a row: The filename, directory name, or volume label syntax is incorrect. If you look at the foo.install.bat file, there's calls to mkdir which

Re: [PATCH] handle misquoting of target in build-scripts

2022-10-31 Thread Peter Bex
On Sun, Oct 30, 2022 at 02:46:49PM +0100, felix.winkelm...@bevuta.com wrote: > Another follow-up patch on the recent change of quoting in chicken-install, > which causes > chicken-do to always fire (and thus rebuilding any egg, regardless of status). I noticed there were still inconsistencies

Re: [PATCH] simplification/refactoring

2022-10-31 Thread Peter Bex
On Sun, Oct 30, 2022 at 02:48:27PM +0100, felix.winkelm...@bevuta.com wrote: > in egg-compile.scm, as suggested by Peter. Thanks, pushed. Cheers, Peter signature.asc Description: PGP signature