Summary

use with import specifiers has no effect for internal modules on the top-level

Metadata

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

[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0