Summary
srfi-29 incorrectly using getenv in experimental branch
Metadata
- Id: 583dd6a1c55bd94f284d31c95d400b4e7bca5632
- Trac id: 482
- Type: defect
- Reporter: alanpost
- Owner: klovett@mac.com
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: duplicate
- Priority: major
- Milestone:
- Version: 4.6.x
- Changetime: 2011-02-03 13:22:43 UTC
- Created: 2011-01-14 16:42:20 UTC
- Keywords:
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.
Changes and comments
[2011-02-03 11:05:35 UTC] felix removed milestone 4.7.0
[2011-02-03 13:22:43 UTC] alanpost changed status from new to closed
[2011-02-03 13:22:43 UTC] alanpost set resolution to duplicate
[2011-02-03 13:22:43 UTC] alanpost wrote:
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.