-
Notifications
You must be signed in to change notification settings - Fork 190
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
Refactoring auto_merge #3435
Merged
Merged
Refactoring auto_merge #3435
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
samuelgarcia
reviewed
Oct 7, 2024
samuelgarcia
reviewed
Oct 7, 2024
samuelgarcia
reviewed
Oct 7, 2024
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…ce into auto_merge_refactoring
for more information, see https://pre-commit.ci
…ce into auto_merge_refactoring
for more information, see https://pre-commit.ci
alejoe91
requested changes
Oct 22, 2024
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.
Thanks @yger for the refactoring!
I have a few comments
for more information, see https://pre-commit.ci
Co-authored-by: Alessio Buccino <[email protected]>
for more information, see https://pre-commit.ci
alejoe91
reviewed
Oct 29, 2024
Co-authored-by: Alessio Buccino <[email protected]>
Forget what I said @samuelgarcia , I found the bug in the other PR, this one is working fine and good to merge on my side |
for more information, see https://pre-commit.ci
samuelgarcia
approved these changes
Oct 30, 2024
@alejoe91 this is OK for me. |
alejoe91
approved these changes
Oct 31, 2024
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 PR is made because of @samuelgarcia request. It will ease the design of recursive auto_merging functions, requiered by SC2 and better methods of automated merging. The idea is that one can provide preset (as before), and params are exposed as dictionary in auto_merges. The old behavior get_potential_auto_merges() is kept, but under the hood, we are now calling the new fonction. The fonction is based as much as possible on extensions.