Skip to content

[Merged by Bors] - chore: adapt to multiple goal linter 6#12834

Closed
adomani wants to merge 10 commits intomasterfrom
adomani/use_cdots_6
Closed

[Merged by Bors] - chore: adapt to multiple goal linter 6#12834
adomani wants to merge 10 commits intomasterfrom
adomani/use_cdots_6

Conversation

@adomani
Copy link
Copy Markdown
Contributor

@adomani adomani commented May 12, 2024

Another halfway split of #12381 on the way to #12352.


Open in Gitpod

@ghost ghost added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label May 12, 2024
@ghost ghost removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label May 12, 2024
Copy link
Copy Markdown
Contributor

@grunweg grunweg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me: in a few places, I would tweak the code a little further (but these are minor comments).

grunweg added a commit that referenced this pull request May 12, 2024
In three files which are modified in #12834 or #12381: in my opinion,
the unprimed version makes these modifications easier to read.
@grunweg
Copy link
Copy Markdown
Contributor

grunweg commented May 12, 2024

Filed #12850 and #12851 with the style tweaks I suggested. Reviews welcome - since I wrote these PRs, you should have no conflict of interest :-)

@adomani
Copy link
Copy Markdown
Contributor Author

adomani commented May 12, 2024

Michael, thank you very much for the continuing thorough reviews!

mathlib-bors bot pushed a commit that referenced this pull request May 12, 2024
@ghost ghost added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label May 13, 2024
@ghost ghost removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label May 13, 2024
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
@grunweg
Copy link
Copy Markdown
Contributor

grunweg commented May 13, 2024

Thank you for writing this linter, Damiano - I would very much like to see it land!

mathlib-bors bot pushed a commit that referenced this pull request May 13, 2024
In three files which are modified in #12834 or #12381: in my opinion, the unprimed version makes these modifications easier to read.
Copy link
Copy Markdown
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

bors merge

@ghost ghost added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels May 13, 2024
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented May 13, 2024

Canceled.

@jcommelin
Copy link
Copy Markdown
Member

bors merge

bors d+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented May 13, 2024

✌️ adomani can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@github-actions github-actions bot added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label May 13, 2024
mathlib-bors bot pushed a commit that referenced this pull request May 13, 2024
Another halfway split of #12381 on the way to #12352.



Co-authored-by: Michael Rothgang <rothgami@math.hu-berlin.de>
Co-authored-by: grunweg <rothgami@math.hu-berlin.de>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented May 13, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore: adapt to multiple goal linter 6 [Merged by Bors] - chore: adapt to multiple goal linter 6 May 13, 2024
@mathlib-bors mathlib-bors bot closed this May 13, 2024
@mathlib-bors mathlib-bors bot deleted the adomani/use_cdots_6 branch May 13, 2024 09:51
mathlib-bors bot pushed a commit that referenced this pull request May 13, 2024
This PR was reduced by approximately half of its original size: the other half of this PR is now the content of #12560.

This PR was reduced by approximately half of its halved size: the other half of the halved PR is now the content of #12834.

A PR analogous to the merged PRs #12338, #12361 and #12372: reformatting proofs following the multiple goals linter of #12339.

This should be the last of the adaptations.
callesonne pushed a commit that referenced this pull request May 16, 2024
callesonne pushed a commit that referenced this pull request May 16, 2024
In three files which are modified in #12834 or #12381: in my opinion, the unprimed version makes these modifications easier to read.
callesonne pushed a commit that referenced this pull request May 16, 2024
Another halfway split of #12381 on the way to #12352.



Co-authored-by: Michael Rothgang <rothgami@math.hu-berlin.de>
Co-authored-by: grunweg <rothgami@math.hu-berlin.de>
callesonne pushed a commit that referenced this pull request May 16, 2024
This PR was reduced by approximately half of its original size: the other half of this PR is now the content of #12560.

This PR was reduced by approximately half of its halved size: the other half of the halved PR is now the content of #12834.

A PR analogous to the merged PRs #12338, #12361 and #12372: reformatting proofs following the multiple goals linter of #12339.

This should be the last of the adaptations.
grunweg added a commit that referenced this pull request May 17, 2024
grunweg added a commit that referenced this pull request May 17, 2024
In three files which are modified in #12834 or #12381: in my opinion, the unprimed version makes these modifications easier to read.
grunweg added a commit that referenced this pull request May 17, 2024
Another halfway split of #12381 on the way to #12352.



Co-authored-by: Michael Rothgang <rothgami@math.hu-berlin.de>
Co-authored-by: grunweg <rothgami@math.hu-berlin.de>
grunweg pushed a commit that referenced this pull request May 17, 2024
This PR was reduced by approximately half of its original size: the other half of this PR is now the content of #12560.

This PR was reduced by approximately half of its halved size: the other half of the halved PR is now the content of #12834.

A PR analogous to the merged PRs #12338, #12361 and #12372: reformatting proofs following the multiple goals linter of #12339.

This should be the last of the adaptations.
mathlib-bors bot pushed a commit that referenced this pull request Oct 21, 2024
A linter that makes sure that, when multiple goals are present, they are enclosed in `·`s.

Adaptations (the order is chronological, there should be no dependency among them):
* #12338,
* #12361,
* #12372,
* #12560,
* #12834,
* #12381,
* #12908,
* #14939,

plus many many more that this comment is too small to contain.



Co-authored-by: Michael Rothgang <rothgami@math.hu-berlin.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants