You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Namely, it should behave as if plain r- (i.e. cancel the build) without printing any messages. Currently it takes another PR on top of the queue and “forces” that.
The text was updated successfully, but these errors were encountered:
I believe this is intentional behavior. force doesn't force the current PR, it cancels the current build and builds whatever should be built next. Thus, r- force on the PR being built can be used to stop its build, and r+ p=1000 force can be used to make the PR get built.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See rust-lang/rust#33441 (comment).
Namely, it should behave as if plain
r-
(i.e. cancel the build) without printing any messages. Currently it takes another PR on top of the queue and “forces” that.The text was updated successfully, but these errors were encountered: