[Merged by Bors] - chore: add the stacks attribute and extension#16191
Closed
[Merged by Bors] - chore: add the stacks attribute and extension#16191
Conversation
Co-authored-by: Bryan Gin-ge Chen <bryangingechen@gmail.com>
PR summary d05ab34bd0Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
|
Contributor
|
Looks great! Can you fix the failing |
mattrobball
reviewed
Aug 27, 2024
adomani
commented
Aug 27, 2024
Contributor
Author
adomani
left a comment
There was a problem hiding this comment.
Matt, thanks for the review! I should have taken care of cleaning up the left-overs!
mattrobball
reviewed
Aug 27, 2024
mattrobball
reviewed
Aug 27, 2024
Contributor
|
Ok. I am ready to merge when CI is green. |
Contributor
|
bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Aug 27, 2024
This extends the simple attribute of #16179 with an environment extension that tracks also the declaration names and tags. The `#stacks_tags` command retrieves all declarations that have the `stacks` attribute. For each found declaration, it prints a line ``` 'declaration_name' corresponds to tag 'declaration_tag'. ``` The variant `#stacks_tags!` also adds the theorem statement after each summary line. [Zulip thread](https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/stacks.20tags)
Contributor
|
Pull request successfully merged into master. Build succeeded: |
bjoernkjoshanssen
pushed a commit
that referenced
this pull request
Sep 9, 2024
This extends the simple attribute of #16179 with an environment extension that tracks also the declaration names and tags. The `#stacks_tags` command retrieves all declarations that have the `stacks` attribute. For each found declaration, it prints a line ``` 'declaration_name' corresponds to tag 'declaration_tag'. ``` The variant `#stacks_tags!` also adds the theorem statement after each summary line. [Zulip thread](https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/stacks.20tags)
bjoernkjoshanssen
pushed a commit
that referenced
this pull request
Sep 9, 2024
This extends the simple attribute of #16179 with an environment extension that tracks also the declaration names and tags. The `#stacks_tags` command retrieves all declarations that have the `stacks` attribute. For each found declaration, it prints a line ``` 'declaration_name' corresponds to tag 'declaration_tag'. ``` The variant `#stacks_tags!` also adds the theorem statement after each summary line. [Zulip thread](https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/stacks.20tags)
bjoernkjoshanssen
pushed a commit
that referenced
this pull request
Sep 12, 2024
This extends the simple attribute of #16179 with an environment extension that tracks also the declaration names and tags. The `#stacks_tags` command retrieves all declarations that have the `stacks` attribute. For each found declaration, it prints a line ``` 'declaration_name' corresponds to tag 'declaration_tag'. ``` The variant `#stacks_tags!` also adds the theorem statement after each summary line. [Zulip thread](https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/stacks.20tags)
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.
This extends the simple attribute of #16179 with an environment extension that tracks also the declaration names and tags.
The
#stacks_tagscommand retrieves all declarations that have thestacksattribute.For each found declaration, it prints a line
The variant
#stacks_tags!also adds the theorem statement after each summary line.Zulip thread