Summary
use with import specifiers has no effect for internal modules on the top-level
Metadata
- Id: c3ede6ca8dc73f382e2345f9d31bc4ad61e52fc0
- Trac id: 578
- Type: defect
- Reporter: syn
- Owner: felix
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: 4.9.0
- Version: 4.7.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2011-05-26 21:19:06 UTC
- Keywords:
Description
For example:
#;1> (use (prefix srfi-1 list-)) #;2> list-take Error: unbound variable: list-take #;2> (import (prefix srfi-1 list-)) #;3> list-take #<procedure (f_1899 lis232 k233)>
Changes and comments
[2011-05-27 11:32:21 UTC] felix changed status from new to assigned
[2011-05-27 11:32:21 UTC] felix set owner to felix
[2011-06-01 09:00:00 UTC] felix changed version from 4.6.x to 4.7.x
[2011-06-01 09:00:00 UTC] felix changed milestone from 4.7.0 to 4.8.0
[2011-06-18 22:40:56 UTC] felix changed status from assigned to closed
[2011-06-18 22:40:56 UTC] felix set resolution to fixed
[2011-06-18 22:40:56 UTC] felix wrote:
Should be fixed. I have also cherry-picked this into master.
[2012-09-24 21:47:48 UTC] felix wrote:
Milestone 4.8.0 deleted