Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#578 closed defect (fixed)

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

Reported by: Moritz Heidkamp Owned by: felix winkelmann
Priority: minor Milestone: 4.9.0
Component: core libraries Version: 4.7.x
Keywords: Cc:
Estimated difficulty:

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)>

use without import specifiers however acts like a plain import.

Change History (4)

comment:1 Changed 13 years ago by felix winkelmann

Owner: set to felix winkelmann
Status: newassigned

comment:2 Changed 13 years ago by felix winkelmann

Milestone: 4.7.04.8.0
Version: 4.6.x4.7.x

comment:3 Changed 13 years ago by felix winkelmann

Resolution: fixed
Status: assignedclosed

Should be fixed. I have also cherry-picked this into master.

comment:4 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.