Summary
,m does not search the namespace correctly
Metadata
- Id: 80d37bfd7b18e094b876757b00170e3e5d90cac6
- Trac id: 563
- Type: defect
- Reporter: ckeen
- Owner: felix
- Cc:
- Status: closed
- Component: core tools
- Estimated difficulty:
- Resolution: fixed
- Priority: critical
- Milestone: 4.9.0
- Version: 4.6.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2011-04-12 13:02:30 UTC
- Keywords: csi ,m command failure
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))) <--
Changes and comments
[2011-04-24 12:41:23 UTC] ckeen changed status from new to closed
[2011-04-24 12:41:23 UTC] ckeen set resolution to fixed
[2011-04-24 12:41:23 UTC] ckeen wrote:
Fixed with commit de3731bd8b0fef528a1d2d0ebfb6af2e65dfa71e in experimental.
Thanks!
[2011-06-01 09:00:41 UTC] felix changed milestone from 4.7.0 to 4.8.0
[2011-06-01 09:00:41 UTC] felix wrote:
Milestone 4.7.0 deleted
[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0
[2012-09-24 21:47:48 UTC] felix wrote:
Milestone 4.8.0 deleted