chore: merge main to nightly#837
Merged
david-christiansen merged 20 commits intonightly-testingfrom Apr 14, 2026
Merged
Conversation
This PR adds a simple literate programming system. To use it, just add a Verso dependency and run `lake build :literateHtml`. The file `literate.toml` can be used to configure some aspects of the presentation, including the order of modules in the navigation tree, the default landing page, custom titles or URLS for modules, and which commands have their output included in the page. Details are available in the Verso user's guide.
Bumps requests from 2.32.5 to 2.33.0. https://github.com/psf/requests/releases Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps marocchino/sticky-pull-request-comment from 2 to 3. https://github.com/marocchino/sticky-pull-request-comment/releases Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps dawidd6/action-download-artifact from 17 to 19. https://github.com/dawidd6/action-download-artifact/releases Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps pygments from 2.19.2 to 2.20.0. https://github.com/pygments/pygments/releases Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This stops upgrades from breaking our CI unexpectedly.
`finishDoc` was installing constants relative to the ambient namespace, but when we have a module `Foo.Bar.Baz`, the name of the doc should be `Foo.Bar.Baz.«the canonical document object name»` irrespective of the ambient modules. If we were using a more low level `addAndCompileDecl` approach, this wouldn't be an issue, but while we're still heavily in the "generate Lean `Syntax` and elaborate it" regime, the easy solution is just to prepend `_root_` to the identifier.
No-number sections have a `null` as the `sectionNum`, but we don't want those to show up as `null` in search results. Old (current deployed) <img width="923" height="291" alt="image" src="https://github.com/user-attachments/assets/d241ed2d-0fd2-4ea5-bda6-89394714663e" /> With this fix <img width="923" height="291" alt="image" src="https://github.com/user-attachments/assets/13d2030d-284e-4eb6-90ab-b74a1b045065" />
Actionlint now runs only in CI, and not as part of lake test.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jcreedcmu <jcreed@gmail.com> Co-authored-by: Robert J. Simmons <442315+robsimmons@users.noreply.github.com> Co-authored-by: Kim Morrison <kim@tqft.net> Co-authored-by: Jonathan Merritt <jmerritt@canva.com>
Bumps actions/setup-node from 4 to 6. https://github.com/actions/setup-node/releases Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps dawidd6/action-download-artifact from 19 to 20. https://github.com/dawidd6/action-download-artifact/releases Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
In some very long documents with lots of subsections, this prevents an elaboration error on the metadata blocks.
This gets a fix to a cache issue where mvars in proofs would sometimes not be instantiated. Also adds Lake manifests to the prettier exclude list.
This gets a fix for extremely slow elaboration due to mistaking pretty printer synthetic positions for byte indices.
Contributor
|
Preview for this PR is ready! 🎉 |
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.
No description provided.