Opened 14 years ago
Closed 14 years ago
#482 closed defect (duplicate)
srfi-29 incorrectly using getenv in experimental branch
Reported by: | Alan Post | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | extensions | Version: | 4.6.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
The srfi-29 egg is not compiling in the experimental branch:
http://pestilenz.org/~ckeen/salmonella-report/2011-01-14/srfi-29.html
The getenv procedure has been deprecated, and should be replaced with get-environment-variable instead.
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | 4.7.0 |
---|
comment:2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Taking a closer look at this issue, this problem is in the locale egg, rather than srfi-29. This makes this ticket a duplicate of #481.