-
Notifications
You must be signed in to change notification settings - Fork 888
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
Fix overriding license header bug #4488
Fix overriding license header bug #4488
Conversation
LGTM! Would you mind adding a test case to prevent any future regressions? This would probably be a good place to put it: Lines 547 to 562 in cbe01e4
Using a toml config that sets some value (doesn't really matter what) and then overriding the value with an empty string (this is what the cli override uses) and asserting it's none should suffice. Here's two example tests that respectively each do one of those for reference Lines 976 to 990 in cbe01e4
|
Sorry I forgot to mention, add this to the test if !is_nightly_channel!() {
// This test requires nightly
return;
} |
@calebcartwright Thanks, I think the failing tests are due to network latency, could you restart them please? And if you would be so kind, do you have any idea when this will land in a published release? |
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.
Thanks!
Planning to backport this into the upcoming 1.4.23 release, but no date yet on when that'll hit nightly |
Closes #4487.