id summary reporter owner description type status priority milestone component version resolution keywords cc difficulty 563 ,m does not search the namespace correctly Christian Kellermann felix winkelmann "#;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: (bar (car (quote (1 2 3)))) (car (quote (1 2 3))) (quote (1 2 3)) (##core#quote (1 2 3)) (bar (car (quote (1 2 3)))) (car (quote (1 2 3))) <-- " defect closed critical 4.9.0 core tools 4.6.x fixed csi ,m command failure