Summary
unbound proc error in alist->hash-table
Metadata
- Id: 44e7eac0266d73beeda6ccf5980f88ed7c1924d5
- Trac id: 223
- Type: defect
- Reporter: zbigniew
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version:
- Changetime: 2011-04-04 08:31:00 UTC
- Created: 2010-04-30 08:12:24 UTC
- Keywords:
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