#57 closed defect (fixed)
Extended lambda list arguments are looked up in the wrong environment
| Reported by: | sjamaan | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | expander | Version: | 4.0.x |
| Keywords: | extended lambda list, DSSSL, environments | Cc: | |
| Estimated difficulty: |
Description
When you have an extended lambda list (with DSSSL syntax) inside a module, the names in the non-extended part of the argument list are renamed in the syntax environment instead of the expansion environment.
Attachments (1)
Change History (3)
Changed 16 years ago by
| Attachment: | extlambda.diff added |
|---|
comment:1 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed in r15171 - thanks, sjamaan.
Note: See
TracTickets for help on using
tickets.

Patch plus regression test