Re: incorrect(?) behavior when importing re-exported identifiers that were renamed on import
Thanks, that seems to have fixed it. -- Peter McGoron
Re: incorrect(?) behavior when importing re-exported identifiers that were renamed on import
On Sun Mar 8, 2026 at 2:48 AM CET, Peter McGoron via Chicken-users wrote: > Both CHICKEN 6 and CHICKEN 5 with the r7rs egg exhibit unexpected > behavior with the following set of libraries (this file is referred to > as "tmp.scm"): Can you give the current chicken-core HEAD a try? I'm not entirely sure, but I think the way we bootstrap the standard macros seems to be tripped up by the back-and-forth renaming. cheers, felix
