#589 closed defect (fixed)
TOCs in current multidoc release 2.3.2 are broken
Reported by: | Christian Kellermann | Owned by: | Ivan Raikov |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | unknown | Version: | 4.7.x |
Keywords: | eggs multidoc breakage wiki | Cc: | |
Estimated difficulty: |
Description (last modified by )
The current multidoc release breaks TOCs in qwiki (see wiki.call-cc.org). The last known to work version has been determined as https://code.call-cc.org/svn/chicken-eggs/release/4/multidoc/trunk@23285
UPDATE:
The TOC links look like http://wiki.call-cc.org/eggs#, i.e. the anchor is missing.
Change History (4)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks it seems to work ok now! One note: the "new system" will not pick up changed tags since it caches each one the first time only and does not check for changes there. (Since tags should remain constant).
Note: See
TracTickets for help on using
tickets.
Ok, this part of the code is a bit fragile and one of the reasons for marking multidoc as obsolete. I have changed the TOC code to use list instead of conc, hope this works for you.