Opened 13 years ago

Closed 13 years ago

#482 closed defect (duplicate)

srfi-29 incorrectly using getenv in experimental branch

Reported by: Alan Post Owned by: klovett@…
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 13 years ago by felix winkelmann

Milestone: 4.7.0

comment:2 Changed 13 years ago by Alan Post

Resolution: duplicate
Status: newclosed

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.

Note: See TracTickets for help on using tickets.