Opened 10 years ago

Closed 10 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 10 years ago by Jim Ursetto

I'll look into this.

comment:2 Changed 10 years ago by Jim Ursetto

No problem with 4.8.0.1, will try 4.8.0.5 a bit later

comment:3 Changed 10 years ago by Jim Ursetto

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 10 years ago by Jim Ursetto

Owner: set to Jim Ursetto
Status: newaccepted

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 10 years ago by Jim Ursetto

Resolution: fixed
Status: acceptedclosed

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.

Note: See TracTickets for help on using tickets.