Skip to content

chore: merge main to nightly#837

Merged
david-christiansen merged 20 commits intonightly-testingfrom
merge-main-to-nightly
Apr 14, 2026
Merged

chore: merge main to nightly#837
david-christiansen merged 20 commits intonightly-testingfrom
merge-main-to-nightly

Conversation

@david-christiansen
Copy link
Copy Markdown
Collaborator

No description provided.

david-christiansen and others added 20 commits March 27, 2026 02:18
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.
@github-actions
Copy link
Copy Markdown
Contributor

Preview for this PR is ready! 🎉

@david-christiansen david-christiansen merged commit 1a3e195 into nightly-testing Apr 14, 2026
11 checks passed
@david-christiansen david-christiansen deleted the merge-main-to-nightly branch April 14, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants