-
Notifications
You must be signed in to change notification settings - Fork 67
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
Include cause, whether on nightly or not #66
Conversation
PTAL |
1 similar comment
PTAL |
pinging rust-cli WG members @codesections @Dylan-DPC @matthiasbeyer @XAMPPRocky Our users cannot submit bug reports because of this bug, please merge and do point release, or we have to drop this package. |
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.
I'd approve this change, though I'd do a minor version bump for this rather than a patchlevel bump.
@bjorn3 your review was requested, care to merge?
@matthiasbeyer I am not a member of |
Oh,... why were you picked as reviewer by github then? I cannot merge, unfortunately. |
I submitted a review, so github shows me in the list of reviewers. |
I also don't have the correct permissions to merge this PR. It looks like @spacekookie would be able to, based on commit history. |
Looks good to me. Merging it. Thanks @matthiasbeyer and special mention to @bjorn3 for showing up in the elite list of reviewers 😉 |
Can I ask for a version bump nonetheless? #65 |
🐛 Set
cause
, whether we're on nightly or not.Previously there were two cases with two sub-cases:
cause
cause
to "Unknown"expl
string as "Cause: ."That seems oddly complicated. This PR changes that to:
cause
cause
to "Unknown"Checklist
Context
Vaguely related to #55.
Semver Changes
This changes the format of the message users see. I think it's a bugfix, but if changing what users see is considered a breaking change, then this is a breaking change.