#616 closed defect (fixed)
chicken-doc-admin starts breaking on 2011-06-19
Reported by: | Mario Domenech Goulart | Owned by: | Jim Ursetto |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | core libraries | Version: | 4.7.x |
Keywords: | chicken-doc-admin | Cc: | Jim Ursetto, felix winkelmann |
Estimated difficulty: |
Description (last modified by )
It was not breaking until 2011-06-18 and has not been changed lately. The error message is http://tests.call-cc.org/master/linux/x86/2011/06/19/salmonella-report/chicken-doc-admin.html
So, I suppose something changed in master that affected chicken-doc-admin (salmonella uses chicken from the master branch).
Change History (7)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Keywords: | chicken-doc-admin added; chickadee removed |
Summary: | chickadee starts breaking on 2011-06-19 → chicken-doc-admin starts breaking on 2011-06-19 |
comment:2 Changed 14 years ago by
Cc: | felix winkelmann added |
---|
comment:3 Changed 14 years ago by
Owner: | set to felix winkelmann |
---|---|
Status: | new → assigned |
Ugh. chicken-syntax
doesn't have an import library. I will special-case this.
comment:4 Changed 14 years ago by
Component: | unknown → core libraries |
---|
comment:5 Changed 14 years ago by
Owner: | changed from felix winkelmann to Jim Ursetto |
---|
See commit 4e36ed9 (master). If this works for you, then please close the ticket.
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Cherry-picked 4e36ed9 (too many other changes) and it works fine. Thanks.
Note: See
TracTickets for help on using
tickets.
Reverting a2f3fb120 fixes the breakage. I do (use chicken-syntax) so I can (use) within an eval (so I can use while I use). I guess this means either my code was wrong and is now exposed for the impostor that it is, or the core patch is wrong.