Summary

srfi-19 incorrectly using getenv in experimental branch

Metadata

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.

Changes and comments

[2011-02-03 11:05:25 UTC] felix removed milestone 4.7.0

[2011-02-03 13:21:04 UTC] alanpost wrote:

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.

[2011-05-02 14:48:22 UTC] felix changed status from new to closed

[2011-05-02 14:48:22 UTC] felix set resolution to worksforme

[2011-05-02 14:48:22 UTC] felix wrote:

Looks like locale doesn't use this anymore.