Opened 15 years ago
Closed 15 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 by , 15 years ago
| Milestone: | 4.7.0 |
|---|
comment:2 by , 15 years ago
| 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.