#223 closed defect (fixed)
unbound proc error in alist->hash-table
Reported by: | Jim Ursetto | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | unknown | Version: | |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
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
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in 4eb791fc459977e8f1780d74763ca2359f4bb523 (master). Also applied to prerelease
branch for 4.5 release. Thanks for reporting this.
Note: See
TracTickets for help on using
tickets.
Forgot to mention, git fd66e1b master