Re: [PATCH] avoid loop in lookup (fix Salmonella hang with transducers)

2023-11-12 Thread Peter Bex
On Sun, Nov 12, 2023 at 12:45:49PM +0100, felix.winkelm...@bevuta.com wrote: > The attached patch addresses an endless expander loop while compiling > the transducers egg. The egg uses unconvential (and only slightly legal) > alias identifiers that confuse the expander, combined with a recent >

[PATCH] avoid loop in lookup (fix Salmonella hang with transducers)

2023-11-12 Thread felix . winkelmann
The attached patch addresses an endless expander loop while compiling the transducers egg. The egg uses unconvential (and only slightly legal) alias identifiers that confuse the expander, combined with a recent change in how it resolves macros in bodies. The problem was reported by Mario and