Skip to content
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

Follow up PR for eventfd shim #3661

Merged
merged 1 commit into from
Jun 9, 2024
Merged

Follow up PR for eventfd shim #3661

merged 1 commit into from
Jun 9, 2024

Conversation

tiif
Copy link
Contributor

@tiif tiif commented Jun 9, 2024

Follow up of #3650

src/shims/unix/linux/eventfd.rs Outdated Show resolved Hide resolved
@tiif
Copy link
Contributor Author

tiif commented Jun 9, 2024

@rustbot ready

@rustbot rustbot added the S-waiting-on-review Status: Waiting for a review to complete label Jun 9, 2024
@RalfJung
Copy link
Member

RalfJung commented Jun 9, 2024

Looks good, thanks. :)
There's no need to rebase when there are no conflicts, and github is terrible at dealing with force-pushes, so please only do that when needed.

Please squash.

@RalfJung RalfJung added S-waiting-on-author Status: Waiting for the PR author to address review comments and removed S-waiting-on-review Status: Waiting for a review to complete labels Jun 9, 2024
@RalfJung
Copy link
Member

RalfJung commented Jun 9, 2024

Hm, that force-push has a non-empty diff? Did you do squash+rebase?

@RalfJung
Copy link
Member

RalfJung commented Jun 9, 2024

PR looks the same though.
For reviewing it's easier if you don't do rebase unless needed -- including for the final squash; ideally you'll rebase that over the commit the branch is based on, not the latest upstream master.
(One day maybe github can do git-range-diff, but until then we'll all spend a lot of time working around this...)

@bors r+

@bors
Copy link
Contributor

bors commented Jun 9, 2024

📌 Commit 194a7d3 has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Jun 9, 2024

⌛ Testing commit 194a7d3 with merge 1eb9bae...

@tiif
Copy link
Contributor Author

tiif commented Jun 9, 2024

Ah I see. I did rebase on upstream before squash, will prevent doing that next time.

@bors
Copy link
Contributor

bors commented Jun 9, 2024

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing 1eb9bae to master...

@bors bors merged commit 1eb9bae into rust-lang:master Jun 9, 2024
8 checks passed
@tiif tiif deleted the fix/eventfd branch June 9, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: Waiting for the PR author to address review comments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants