Skip to content
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

Clean up debugging options #70297

Merged
merged 5 commits into from
Mar 25, 2020

Conversation

nnethercote
Copy link
Contributor

I found various sub-optimal things when I was looking at option handling.

@rust-highfive
Copy link
Collaborator

r? @estebank

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 23, 2020
@bors
Copy link
Contributor

bors commented Mar 23, 2020

☔ The latest upstream changes (presumably #70296) made this pull request unmergeable. Please resolve the merge conflicts.

It's behaviour can be surprising.
Because it uses `parse_bool` and defaults to true, it is actually
impossible to set it to false. And it hasn't been experimental for some
time now.
Because it uses `parse_bool` and defaults to true, it is actually
impossible to set it to false. Inverting its sense to `-Z
no-generate-arange-section` makes it usable.
`-C incremental` was introduced over two years ago. `-Z incremental` was
kept for transitioning, but it's been long enough now that it should be
ok to remove it.
@michaelwoerister
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Mar 25, 2020

📌 Commit 46c8a2c has been approved by michaelwoerister

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 25, 2020
@bors
Copy link
Contributor

bors commented Mar 25, 2020

⌛ Testing commit 46c8a2c with merge 3c1d9ad...

@bors
Copy link
Contributor

bors commented Mar 25, 2020

☀️ Test successful - checks-azure
Approved by: michaelwoerister
Pushing 3c1d9ad to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Mar 25, 2020
@bors bors merged commit 3c1d9ad into rust-lang:master Mar 25, 2020
@nnethercote
Copy link
Contributor Author

The -Z changes seem like they should be mentioned in the release notes for whatever version this landed in. How do I request that?

@nnethercote nnethercote deleted the clean-up-debugging-options branch March 25, 2020 21:37
@tesuji
Copy link
Contributor

tesuji commented Mar 26, 2020

cc @Centril ^

@Centril
Copy link
Contributor

Centril commented Mar 26, 2020

-Z changes should only affect nightly and we don't include that in relnotes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants