Opened 11 years ago
Closed 11 years ago
#1071 closed defect (fixed)
srfi-63 borking chicken-doc-admin
Reported by: | Ryan Davis | Owned by: | Jim Ursetto |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | unknown | Version: | 4.8.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Running: chicken-doc-admin -e eggref/4
I get: Error: (cadr) bad argument type: () right after srfi-63
at: html-parser.scm:496: call-with-output-string
This is preventing me from compiling the doco for all the eggs. This is with the latest chicken as packaged by osx's homebrew (4.8.0.5) + chicken-wiki's svn as of 2013-11-21.
I've been told this might be related to #795.
Change History (5)
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
Problem actually occurs with srfi-7 doc and does not occur with html-parser 0.5.0, but does occur with 0.5.1.
comment:4 Changed 11 years ago by
Owner: | set to Jim Ursetto |
---|---|
Status: | new → accepted |
Corrected syntax error in srfi-7, works now.
I will work on fixing the crash in chicken-doc-admin; I think this error is an undesirable behavior in html-parser, but chicken-doc-admin should not crash in this case.
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Fixed in chicken-doc-admin 0.4.7. Bug in html-parser 0.5.1 reported to foof.
Thanks for using the zbigniew fixit service.
I'll look into this.