-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Get rid of #[clap(no_version)]
#1676
Conversation
Argh! I guess I need a pre-commit hook with cargo-fmt. |
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.
Minor but important changes
9ac1329
to
438d3d6
Compare
438d3d6
to
8221c4f
Compare
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.
bors r+
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors r=pksunkara |
Nope, bors doesn't build if it was called for too early, before all the checks passed. @pksunkara any ideas? |
It should. I had added the prerun_timeout_sec option. I want to look into bors for sure later |
No. It's better it works that way. Better to call r+ only after everything passes. |
@Dylan-DPC r+ Lets' imagine that I've reviewed a PR, I approved it, but checks have not passed yet. I'd like to be able to tell bors "I approve, but let's wait for checks to pass", and r+ should mean exactly that. (bors itself tells you that)
It should work that way, but I guess it doesn't. |
And if checks fail bots wouldn't build it anyway |
Build succeeded
|
By the way, is there a way to make bors use fast-forward merge if there's only one commit? |
Ability to squash would be nice too. |
Do what I wanted to do for a long time - get rid of
no_version
and replace it with "no version by default, useversion
to do it explicitly".