Re: incorrect(?) behavior when importing re-exported identifiers that were renamed on import
Felix Winkelmann via Chicken-users <[email protected]> Sun, 08 Mar 2026 13:54:21 +0100
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
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