Opened 16 years ago
Closed 16 years ago
#7 closed defect (fixed)
keword argument variables get incorrectly renamed (or not at all)
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | core libraries | Version: | 4.0.0 |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Doing this in csi resolves string
incorrectly:
{{
(import scheme)
(define (foo #!key string) string)
}}
Note: See
TracTickets for help on using
tickets.
Should work now in svn rev. 14268.