Uh oh!
There was an error while loading. Please reload this page.
Update env_logger to 0.5.4 - #48642
Conversation
rust-highfive
commented
Mar 1, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
9255eda to
b25441aComparekennytm
commented
Mar 1, 2018
What about #47501? |
alexcrichton
commented
Mar 1, 2018
Oh right yeah! Looks like env_logger has since removed the |
michaelwoerister
commented
Mar 2, 2018
@bors r+ |
bors
commented
Mar 2, 2018
📌 Commit b25441a has been approved by |
b25441a to
aff7be7Comparealexcrichton
commented
Mar 3, 2018
@bors: r=michaelwoerister |
bors
commented
Mar 3, 2018
📌 Commit aff7be7 has been approved by |
bors
commented
Mar 4, 2018
☔ The latest upstream changes (presumably #48125) made this pull request unmergeable. Please resolve the merge conflicts. |
aff7be7 to
5420d3eComparealexcrichton
commented
Mar 4, 2018
@bors: r=michaelwoerister |
bors
commented
Mar 4, 2018
📌 Commit 5420d3e has been approved by |
5420d3e to
23d9591Comparealexcrichton
commented
Mar 5, 2018
@bors: r=michaelwoerister I've thrown in an update to |
bors
commented
Mar 5, 2018
📌 Commit 23d9591 has been approved by |
alexcrichton
commented
Mar 6, 2018
@bors: retry network error? |
bors
commented
Mar 6, 2018
⌛ Testing commit 87f3dda with merge e586eb44d5817d1114db969dc51aa2d3b79924dd... |
bors
commented
Mar 6, 2018
💔 Test failed - status-travis |
alexcrichton
commented
Mar 6, 2018
@bors: retry host is up for me locally? |
bors
commented
Mar 6, 2018
…ister Update env_logger to 0.5.4 It looks like this cuts down on the number of dependencies in env_logger and notably cuts out a difference between a shared dependency of rls/cargo. My goal here is to ensure that when we compile the RLS/Cargo on CI we only compile Cargo once, and this is one step towards that!
bors
commented
Mar 7, 2018
💔 Test failed - status-travis |
alexcrichton
commented
Mar 7, 2018
bors
commented
Mar 7, 2018
☔ The latest upstream changes (presumably #48642) made this pull request unmergeable. Please resolve the merge conflicts. |
kennytm-githubbot
commented
Mar 7, 2018
Tested on commit rust-lang/rust@4cdbac6. Direct link to PR: <rust-lang/rust#48642> 💔 rls on windows: test-pass → build-fail (cc @nrc). 💔 rls on linux: test-pass → build-fail (cc @nrc).
alexcrichton
commented
Mar 7, 2018
@alexcrichton Looks like the rls-rustc update to 0.2.2 got lost somewhere to bring in rust-dev-tools/rls-rustc@c563ac9: |
It looks like this cuts down on the number of dependencies in env_logger and
notably cuts out a difference between a shared dependency of rls/cargo. My goal
here is to ensure that when we compile the RLS/Cargo on CI we only compile Cargo
once, and this is one step towards that!