homu icon indicating copy to clipboard operation
homu copied to clipboard

r- force has a weird outcome

Open nagisa opened this issue 9 years ago • 2 comments

See https://github.com/rust-lang/rust/pull/33441#issuecomment-217312409.

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.

nagisa avatar Jun 02 '16 23:06 nagisa

Migration of https://github.com/barosl/homu/issues/150

nagisa avatar Jun 02 '16 23:06 nagisa

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.

Manishearth avatar Jun 03 '16 05:06 Manishearth