Summary
chicken-doc signals error for (scheme base) manual chapter
Metadata
- Id: f655536edad8e0a6308372cc26f30a3513cac0a5
- Trac id:
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: new
- Component: extensions
- Estimated difficulty: hard
- Resolution:
- Priority: major
- Milestone:
- Version: 6.0.0
- Changetime: 2026-07-31 13:54:35 UTC
- Created: 2026-07-31 13:54:35 UTC
- Keywords: chicken-doc
Description
For some entries, chicken-doc signals a type error when trying to access items in the "Module (scheme base)" library chapter. It happens for all entries following a particular entry (I think it starts with "define-library", but am not sure).
This looks like the file-position in the index is not correct. Even though the db is created in #:binary mode, file-positions seem to be off, resulting in reading at the wrong position.