Summary

unbound proc error in alist->hash-table

Metadata

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

Changes and comments

[2010-04-30 08:17:10 UTC] zbigniew wrote:

Forgot to mention, git fd66e1b master

[2010-05-02 00:25:21 UTC] felix changed status from new to closed

[2010-05-02 00:25:21 UTC] felix set resolution to fixed

[2010-05-02 00:25:21 UTC] felix wrote:

Fixed in 4eb791fc459977e8f1780d74763ca2359f4bb523 (master). Also applied to `prerelease` branch for 4.5 release. Thanks for reporting this.

[2011-04-04 08:31:00 UTC] felix removed milestone 4.6.0

[2011-04-04 08:31:00 UTC] felix wrote:

Milestone 4.6.0 deleted