chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #563: , m does not search the namespace correctly


From: Chicken Trac
Subject: [Chicken-janitors] #563: , m does not search the namespace correctly
Date: Tue, 12 Apr 2011 11:02:30 -0000

#563: ,m does not search the namespace correctly
------------------------------------+---------------------------------------
 Reporter:  ckeen                   |       Owner:  felix
     Type:  defect                  |      Status:  new  
 Priority:  critical                |   Milestone:  4.7.0
Component:  core tools              |     Version:  4.6.x
 Keywords:  csi ,m command failure  |  
------------------------------------+---------------------------------------
 #;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))) <--

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/563>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]