[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] avoid loop in lookup (fix Salmonella hang with transducers)
From: |
felix . winkelmann |
Subject: |
[PATCH] avoid loop in lookup (fix Salmonella hang with transducers) |
Date: |
Sun, 12 Nov 2023 12:45:49 +0100 |
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 wasamasa.
felix
0001-Avoid-loop-when-looking-up-alias-when-canonicalizing.patch
Description: Text document
- [PATCH] avoid loop in lookup (fix Salmonella hang with transducers),
felix . winkelmann <=