forked from leanprover/reference-manual
-
Notifications
You must be signed in to change notification settings - Fork 3
merge official #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sinianluoye
wants to merge
29
commits into
main
Choose a base branch
from
official-v4.21.0-rc3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
merge official #29
Conversation
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
Also adds an option to convert error explanation failures into warnings so we can get a build for other CI. This should not be used for releases, only to temporarily allow nightly builds while we wait for fixes upstream.
This PR adds a field to the `example` block configuration allowing an example to be open by default. This feature is useful for error explanations, where we would like for this to be the case. --------- Co-authored-by: David Thrane Christiansen <david@lean-fro.org>
This PR adds a preprocessor for elaborating error explanation code blocks in batches based on their import sets.
This PR adds elaboration and a manual page for error explanations. --------- Co-authored-by: David Thrane Christiansen <david@davidchristiansen.dk>
Adds an option to convert error explanation failures into warnings so we can get a build for other CI. This should not be used for releases, only to temporarily allow nightly builds while we wait for fixes upstream.
teatimeguest/setup-texlive-action (and the entire associated GH account) is now 404ing, so we need to use an alternative.
…er#517) There was one correct and one incorrect description; the incorrect one has been deleted and now refers to the correct one.
Co-authored-by: David Thrane Christiansen <david@davidchristiansen.dk> Co-authored-by: David Thrane Christiansen <david@lean-fro.org> Co-authored-by: Pim Otte <otte.pim@gmail.com> Co-authored-by: Phil Nguyen <pcn@cs.umd.edu> Co-authored-by: Violetta Sim <38787503+eyihluyc@users.noreply.github.com> Co-authored-by: Markus Himmel <markus@himmel-villmar.de> Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com> Co-authored-by: euprunin <178733547+euprunin@users.noreply.github.com> Co-authored-by: u <u@h> Co-authored-by: Pablo Graubner <2234137+pgraubner@users.noreply.github.com> Co-authored-by: Anne C.A. Baanen <vierkantor@vierkantor.com> Co-authored-by: Marc Huisinga <mhuisi@protonmail.com> Co-authored-by: Joachim Breitner <mail@joachim-breitner.de> Co-authored-by: jrr6 <7482866+jrr6@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Leonardo de Moura <leomoura@amazon.com> Co-authored-by: Johan Commelin <johan@commelin.net>
This is a full-text search feature in the existing "quick jump" box.
Co-authored-by: David Thrane Christiansen <david@lean-fro.org> Co-authored-by: Joachim Breitner <mail@joachim-breitner.de>
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.
merge official