docs: corpus pages read their figures, two limits not four, coverage header gated - #103
Merged
Merged
Conversation
…he coverage header is gated The four conformance and platform pages still carried the 0.70.1 numbers and the four-limit table from before #96; every number is now read from figures.json, and figures written inside backticks (which MDX renders literally) are <code> elements. forgejo-warden's page says the example uses export default and a same-file helper, which fold since 1.2. UNCOVERED.md said 107 of 132 after 1.4 added six rules; the gate computes 107 of 138 and now asserts the header says so. The paper's coverage figures follow. The prose linter reads an MDX expression as the number it renders, so the dots in figures.corpus.files no longer end sentences.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #96, #99 and #102.
conformance/corpus.mdx,conformance/chant-cross-check.mdx,conformance/coverage.mdx,for-your-platform/forgejo-warden.mdx: numbers fromfigures.json, the two-limit table, the second-run paragraph, export default is refused by F-Scan; the data-host profile should admit it as a declarator #94/A same-file helper (function declaration or arrow const) called as a value does not fold; only an exported sibling-file function does #95 as done.<code>elements now (evidence.mdx,for-your-platform/chant.mdxtoo).spec/fixtures/UNCOVERED.mdheader is107 of 138(spec1.4added six rules and the header was not moved);spec/fixtures.test.tsasserts the header against the count it computes.paper/measurements.mdfollows.scripts/lint-docs-sentences.mjsreads an MDX expression as the number it renders.