Uh oh!
There was an error while loading. Please reload this page.
Move command line option definitions into a dedicated file - #67367
Conversation
rust-highfive
commented
Dec 17, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
0dvictor
commented
Dec 17, 2019
0dvictor
commented
Dec 17, 2019
Based on discussions in #67195, this PR is the first step refactoring |
bors
commented
Dec 17, 2019
☔ The latest upstream changes (presumably #67362) made this pull request unmergeable. Please resolve the merge conflicts. |
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Dec 18, 2019
☔ The latest upstream changes (presumably #67379) made this pull request unmergeable. Please resolve the merge conflicts. |
Centril
commented
Dec 19, 2019
Thanks; r=me with rebase |
Centril
commented
Dec 19, 2019
@bors p=2 |
tmandry
commented
Dec 20, 2019
@bors delegate=0dvictor (Use @ bors r=Centril once rebased) |
bors
commented
Dec 20, 2019
✌️ @0dvictor can now approve this pull request |
config.rs has reached the 3000 line tidy limit, this commit moves command line option definitions into a new file - options.rs, and leaves the rest of configuration infrastructure in config.rs.
0dvictor
commented
Dec 20, 2019
The PR has now been rebased. @bors r=Centril |
bors
commented
Dec 20, 2019
📌 Commit 83fc600 has been approved by |
bors
commented
Dec 20, 2019
🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened |
Move command line option definitions into a dedicated file config.rs has reached the 3000 line tidy limit, this commit moves command line option definitions into a new file - options.rs, and leaves the rest of configuration infrastructure in config.rs.
Move command line option definitions into a dedicated file config.rs has reached the 3000 line tidy limit, this commit moves command line option definitions into a new file - options.rs, and leaves the rest of configuration infrastructure in config.rs.
Rollup of 7 pull requests Successful merges: - #66755 (Remove a const-if-hack in RawVec) - #67127 (Use structured suggestion for disambiguating method calls) - #67219 (Fix up Command Debug output when arg0 is specified.) - #67285 (Indicate origin of where type parameter for uninferred types ) - #67328 (Remove now-redundant range check on u128 -> f32 casts) - #67367 (Move command line option definitions into a dedicated file) - #67442 (Remove `SOCK_CLOEXEC` dummy variable on platforms that don't use it.) Failed merges: r? @ghost
config.rs has reached the 3000 line tidy limit, this commit moves command line option definitions into a new file - options.rs, and leaves the rest of configuration infrastructure in config.rs.