This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 295
[Merged by Bors] - chore(algebra/ring_quot): link ring_quot.rel with ring_con_gen #17892
Closed
Conversation
This file contains 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
…, to be used for `ring_quot` too
…community/mathlib into eric-wieser/ring_con
…community/mathlib into eric-wieser/ring_con
…wieser/ring_con-ring_quot
eric-wieser
added
WIP
Work in progress
RFC
Request for comment
awaiting-CI
The author would like to see what CI has to say before doing more work.
labels
Dec 10, 2022
eric-wieser
added
RFC
Request for comment
awaiting-review
The author would like community review of the PR
and removed
RFC
Request for comment
WIP
Work in progress
labels
Dec 10, 2022
mathlib-dependent-issues-bot
added
the
blocked-by-other-PR
This PR depends on another PR which is still in the queue. A bot manages this label via PR comment.
label
Dec 10, 2022
mathlib-dependent-issues-bot
removed
the
blocked-by-other-PR
This PR depends on another PR which is still in the queue. A bot manages this label via PR comment.
label
Dec 22, 2022
This PR/issue depends on: |
github-actions
bot
removed
the
awaiting-CI
The author would like to see what CI has to say before doing more work.
label
Mar 15, 2023
YaelDillies
approved these changes
Apr 1, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even if we get rid of ring_quot.rel
, it is important that we can refer back to the link between the two definitions.
maintainer merge
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
Thanks! bors merge |
github-actions
bot
added
ready-to-merge
All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
and removed
awaiting-review
The author would like community review of the PR
labels
Apr 2, 2023
bors bot
pushed a commit
that referenced
this pull request
Apr 2, 2023
It's not clear to me whether it's worth keeping `ring_quot.rel r` around, or if it would be better to replace it entirely with `ring_con_gen`.
Pull request successfully merged into master. Build succeeded: |
bors
bot
changed the title
chore(algebra/ring_quot): link ring_quot.rel with ring_con_gen
[Merged by Bors] - chore(algebra/ring_quot): link ring_quot.rel with ring_con_gen
Apr 2, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
ready-to-merge
All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
RFC
Request for 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.
It's not clear to me whether it's worth keeping
ring_quot.rel r
around, or if it would be better to replace it entirely withring_con_gen
.ring_con
structure #17833