Summary

chicken-doc signals error for (scheme base) manual chapter

Metadata

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.

Changes and comments

[2026-09-06 23:17:08 UTC] felix wrote:

chicken-doc assumes 8-bit characters to work, so needs to run on C5 for the moment.

[2026-09-06 23:17:09 UTC] felix changed status from new to closed

[2026-09-06 23:17:09 UTC] felix set resolution to wontfix