#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
Owner: | set to felix winkelmann |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Milestone: | 4.7.0 → 4.8.0 |
---|---|
Version: | 4.6.x → 4.7.x |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Should be fixed. I have also cherry-picked this into master.