Uh oh!
There was an error while loading. Please reload this page.
Upgrade env_logger - #47501
Conversation
rust-highfive
commented
Jan 16, 2018
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
sfackler
commented
Jan 16, 2018
alexcrichton
commented
Jan 16, 2018
kennytm
commented
Jan 17, 2018
|
nikomatsakis
commented
Jan 17, 2018
my hero |
sfackler
commented
Jan 17, 2018
Updated! |
501c848 to
16db048Comparealexcrichton
commented
Jan 17, 2018
Urgh. By pulling in winapi 0.3 this'll be blocked on #47280. I wonder though if that could be avoided for now? |
I think the winapi 0.3 problem won't affect this PR since cargo is not updated. The winapi dependency chain is:
If we downgrade |
alexcrichton
commented
Jan 17, 2018
@kennytm unfortunately it was a problem if winapi is anywhere in the crate dependency graph, not just as a direct dependency :( |
sfackler
commented
Jan 17, 2018
We could manually downgrade time to a version that pulled in winapi 0.2. It might be a bit fragile to maintain though. |
@alexcrichton Oh that's bad :( So we need to stick a |
kennytm
commented
Jan 17, 2018
alexcrichton
commented
Jan 17, 2018
alexcrichton
commented
Jan 17, 2018
@kennytm we could have a constraint or just use |
sfackler
commented
Jan 17, 2018
Updated. (If you find yourself needing to do this again for whatever reason, the magic phrase is |
alexcrichton
commented
Jan 17, 2018
@bors: r+ |
bors
commented
Jan 17, 2018
📌 Commit da00ea3 has been approved by |
frewsxcv
commented
Jan 21, 2018
@bors rollup |
@bors r- This PR brings in I believe this is because hoedown/pulldown doesn't format to the same HTML. Detailscc @GuillaumeGomez. |
kennytm
commented
Jan 21, 2018
Now blocked by either:
|
bors
commented
Jan 23, 2018
☔ The latest upstream changes (presumably #47678) made this pull request unmergeable. Please resolve the merge conflicts. |
kennytm
commented
Jan 25, 2018
|
alexcrichton
commented
Jan 25, 2018
@kennytm oh note that the update there was just for Cargo not for rustc, so we may still need this for rustc itself? |
Err sorry @alexcrichton you're right, missed the rest of the changes. Still this needs a rebase, and #47501 (comment). |
alexcrichton
commented
Mar 5, 2018
I'm gonna close this in favor of #48642 in the hopes that it gets through |
This restores module names to the logging output