Re: [PATCH] warn on unexpected egg-properties

2023-11-10 Thread felix . winkelmann
> On Wed, Nov 08, 2023 at 02:59:17PM +0100, felix.winkelm...@bevuta.com wrote: > > Attached is a patch to address #1492. > > Applied. Do we want to turn this into an error for CHICKEN 6? > Warnings have a tendency of just scrolling by and getting lost in the > noise of compiler output. Thanks.

Re: [PATCH] warn on unexpected egg-properties

2023-11-10 Thread Peter Bex
On Wed, Nov 08, 2023 at 02:59:17PM +0100, felix.winkelm...@bevuta.com wrote: > Attached is a patch to address #1492. Applied. Do we want to turn this into an error for CHICKEN 6? Warnings have a tendency of just scrolling by and getting lost in the noise of compiler output. OTOH, making it an

[PATCH] warn on unexpected egg-properties

2023-11-08 Thread felix . winkelmann
Attached is a patch to address #1492. felix From 37b8de2f956c36a311c5162dbdbc8af631a9bc59 Mon Sep 17 00:00:00 2001 From: felix Date: Wed, 8 Nov 2023 14:52:15 +0100 Subject: [PATCH] Warn if processing egg property in wrong context (#1492) --- egg-compile.scm | 17 +++-- 1 file