-
Notifications
You must be signed in to change notification settings - Fork 13
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
Forward-merge branch-24.12 into branch-25.02 #75
Conversation
Work-around for dask/distributed#8961 (which can be fixed for 25.02, but not 24.12) --------- Co-authored-by: jakirkham <[email protected]>
FAILURE - Unable to forward-merge due to an error, manual merge is necessary. Do not use the IMPORTANT: When merging this PR, do not use the auto-merger (i.e. the |
I don't think we need to carry this change forward to 25.02 unless we can't get dask/distributed#8962 merged in |
Correct and the Distributed PR has already been merged So would suggest we simply close this PR out |
We need to merge this to retain a clean history across branches. We can revert the change in this PR and then admin non-squash merge it. |
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.
Reverting changes as discussed in the PR conversation.
edit: I lack permissions to do this. I will file a separate PR to fix this forward-merge.
#76 will resolve this. |
Had thought about this initially as well Though in looking through the org saw a number of PRs that simply get closed So thought it would be safe to close That said, no strong feelings on either approach |
Most of the closed PRs are replaced by manual forward merges. For example, rapidsai/cudf#17508 was closed because its changes are in rapidsai/cudf#17511. If we are closing forward merges without a manual forward merge, I think that is a process problem? @raydouglass can confirm. |
I think this PR was closed automatically due to the |
Yes, that was intentional — the manual forward merge replaced this PR. This is now solved. |
FWIW manual forward merges will automatically close the corresponding original forward merge PR even without the keyword. These PRs get closed when all of the commits get added to the target branch by the other PR. No harm in having the keyword close too though. |
The commit history is still included just the same |
Forward-merge triggered by push to branch-24.12 that creates a PR to keep branch-25.02 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.