Opened 15 years ago
Closed 15 years ago
#481 closed defect (worksforme)
srfi-19 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-19 egg is not compiling in the experimental branch:
http://pestilenz.org/~ckeen/salmonella-report/2011-01-14/srfi-19.html
The getenv procedure has been deprecated, and should be replaced with get-environment-variable instead.
Change History (3)
comment:1 Changed 15 years ago by
| Milestone: | 4.7.0 |
|---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Looks like locale doesn't use this anymore.
Note: See
TracTickets for help on using
tickets.

Taking a closer look at this issue, the problem is in the locale egg, rather than the srfi-19 egg. the locale egg is also Kon's, fortunately.