-
Notifications
You must be signed in to change notification settings - Fork 288
Closed
Labels
bigIssue consisting of many subissuesIssue consisting of many subissuesmetaRFCs, general discussion, writing style, repository organization, etc.RFCs, general discussion, writing style, repository organization, etc.podissues affected by Raku pod processingissues affected by Raku pod processing
Description
Figure out a way to cache and update the documentation registry, and when to or not to regenerate individual pages.
This seems not so hard. We can just take a hash(even simple will be fine, faster is better) for every file, gather it in something like hashes.txt
, then while building we check every page for a change of hash and re-generate/pass. We must, of course, update hashes.txt
if some page was re-generated.
This issue is a part of TODO.
zoffixznet
Metadata
Metadata
Assignees
Labels
bigIssue consisting of many subissuesIssue consisting of many subissuesmetaRFCs, general discussion, writing style, repository organization, etc.RFCs, general discussion, writing style, repository organization, etc.podissues affected by Raku pod processingissues affected by Raku pod processing