chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #223: unbound proc error in alist->hash-table


From: Chicken Trac
Subject: [Chicken-janitors] #223: unbound proc error in alist->hash-table
Date: Fri, 30 Apr 2010 06:12:25 -0000

#223: unbound proc error in alist->hash-table
----------------------+-----------------------------------------------------
 Reporter:  zbigniew  |       Owner:       
     Type:  defect    |      Status:  new  
 Priority:  major     |   Milestone:  4.6.0
Component:  unknown   |     Version:       
 Keywords:            |  
----------------------+-----------------------------------------------------
 This error goes away if you use data-structures along with srfi-69.

 $ cat > aa.scm <<EOF
 (use srfi-69)
 (alist->hash-table '((foo . bar)))
 EOF

 $ csc aa.scm
 $ ./aa

 Error: call of non-procedure: #<unbound value>
         Call history:
         aa.scm:2: alist->hash-table

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/223>
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]