Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#563 closed defect (fixed)

,m does not search the namespace correctly

Reported by: Christian Kellermann Owned by: felix winkelmann
Priority: critical Milestone: 4.9.0
Component: core tools Version: 4.6.x
Keywords: csi, m command failure Cc:
Estimated difficulty:

Description

#;3> (module foo () (import chicken scheme) (define (bar l) 'a))
; loading /home/ckeen/chickens/4.6.7/lib/chicken/6/chicken.import.so ...
; loading /home/ckeen/chickens/4.6.7/lib/chicken/6/scheme.import.so ...
#;4> ,m foo
; switching current module to `foo'
#;foo:4> (bar (car '(1 2 3))
)

Error: unbound variable: foo#car

Call history:

<syntax> (bar (car (quote (1 2 3))))
<syntax> (car (quote (1 2 3)))
<syntax> (quote (1 2 3))
<syntax> (##core#quote (1 2 3))
<eval> (bar (car (quote (1 2 3))))
<eval> (car (quote (1 2 3))) <--

Change History (3)

comment:1 Changed 13 years ago by Christian Kellermann

Resolution: fixed
Status: newclosed

Fixed with commit de3731bd8b0fef528a1d2d0ebfb6af2e65dfa71e in experimental.

Thanks!

comment:2 Changed 13 years ago by felix winkelmann

Milestone: 4.7.04.8.0

Milestone 4.7.0 deleted

comment:3 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.