Opened 13 years ago
Closed 9 years ago
#806 closed defect (fixed)
DSSSL extended lambda lists are unhygienic
Reported by: | Moritz Heidkamp | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 5.1 |
Component: | core libraries | Version: | 4.7.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
There are a few hygiene problems with the DSSSL extended lambda lists. I was able to fix one but am stuck with the rest of them which seems to be related to macro-alias
not resolving to the correct symbol name. Attached is a patch which adds a test case as well as the fix I was able to make.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | 0001-Add-test-case-for-DSSSL-extended-lambda-list-hygiene.patch added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Milestone: | 4.8.0 |
---|
comment:3 Changed 9 years ago by
Milestone: | → 5.1 |
---|
Maybe worth investigating for 5.1, because 5.0 is probably more hygieniec
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed (hopefully completely) by 83198fc / 7d88987.
Note: See
TracTickets for help on using
tickets.
I have committed the ##core#quote part of this patch to master as commit c75cc04a5e6cf570b83ab4df40834583aa5ed369, the issue remains open as macro-alias does not seem to rename macros at all