◊(Local Yarn Code "View Ticket")

Ticket Hash: d8b9f6f7b4f1cd24e05efae196810415c8f75660
Title: Cross-ref links broken in scribble docs for sqlite-tools
Status: Closed Type: Documentation Broken
Severity: Important Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2019-03-20 01:06:00
Version Found In:
User Comments:
joel added on 2019-03-20 00:59:43:

The file code-docs/sqlite-tools.scrbl lacks a (require "../sqlite-tools.rkt"), hence the functions documented in that file are not hyperlinked to their definitions.

However, adding the require results in an error:

code-docs/sqlite-tools.scrbl:15:21: module: identifier already required for label
  at: sqlite3-connect
  in: db
  location...:
   code-docs/sqlite-tools.scrbl:15:21
contect...: ...

The line in question calls the same require from within the examples evaluator. So there is some problem with sqlite-tools.rkt re-providing everything from db/base and db/sqlite3 when it comes to the labels and examples in Scribble docs.


joel added on 2019-03-20 01:06:00:

Fixed in [d439b95f].