Uh oh!
There was an error while loading. Please reload this page.
Update RLS - #62176
Conversation
rust-highfive
commented
Jun 27, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Jun 27, 2019
|
alexcrichton
commented
Jun 27, 2019
@bors: r+ p=1 |
bors
commented
Jun 27, 2019
📌 Commit d79104b has been approved by |
bors
commented
Jun 27, 2019
⌛ Testing commit d79104b with merge 92173449afada5a810c0326fb07a6bae1ef4c706... |
Centril
commented
Jun 27, 2019
@bors retry yielding to r0llup |
rust-highfive
commented
Jun 27, 2019
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
1 similar comment
rust-highfive
commented
Jun 27, 2019
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Jun 27, 2019
⌛ Testing commit d79104b with merge 93572768cb458a250c14c487e40aecf1458b0476... |
bors
commented
Jun 27, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Jun 27, 2019
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Update RLS Merged PRs: * fix(cmd): make clear_env_rust_log default to false (rust-lang/rls#1486) - Retain `RUST_LOG` in `rls --cli` mode * Pass --file-lines to rustfmt only if specified (rust-lang/rls#1497) - Fix entire-file formatting when using external rustfmt (specified via `rustfmt_path` config) * Ensure that --error-format is only passed once to `rustc` (rust-lang/rls#1500) - Unbreaks RLS when used together with Cargo [pipelining build](rust-lang#60988) feature (@alexcrichton I'd consider this a stabilization blocker, mind adding it to the tracking issue for the record? 🙇♂️ )
Centril
commented
Jun 27, 2019
@bors retry spurious network |
bors
commented
Jun 27, 2019
⌛ Testing commit d79104b with merge ca419af9ef1edd261db28ebeaf8e85d16c451793... |
Centril
commented
Jun 27, 2019
@bors retry rolled up |
rust-highfive
commented
Jun 27, 2019
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Update RLS Merged PRs: * fix(cmd): make clear_env_rust_log default to false (rust-lang/rls#1486) - Retain `RUST_LOG` in `rls --cli` mode * Pass --file-lines to rustfmt only if specified (rust-lang/rls#1497) - Fix entire-file formatting when using external rustfmt (specified via `rustfmt_path` config) * Ensure that --error-format is only passed once to `rustc` (rust-lang/rls#1500) - Unbreaks RLS when used together with Cargo [pipelining build](rust-lang#60988) feature (@alexcrichton I'd consider this a stabilization blocker, mind adding it to the tracking issue for the record? 🙇♂️ )
bors
commented
Jun 27, 2019
⌛ Testing commit d79104b with merge 58dd72dd5d229f74c7a25bf944672cf842f465bc... |
Centril
commented
Jun 27, 2019
@bors retry |
bors
commented
Jun 27, 2019
⌛ Testing commit d79104b with merge f7fe694f7f9f16eb15d84fe129e3f9888669d9f6... |
Update RLS Merged PRs: * fix(cmd): make clear_env_rust_log default to false (rust-lang/rls#1486) - Retain `RUST_LOG` in `rls --cli` mode * Pass --file-lines to rustfmt only if specified (rust-lang/rls#1497) - Fix entire-file formatting when using external rustfmt (specified via `rustfmt_path` config) * Ensure that --error-format is only passed once to `rustc` (rust-lang/rls#1500) - Unbreaks RLS when used together with Cargo [pipelining build](rust-lang#60988) feature (@alexcrichton I'd consider this a stabilization blocker, mind adding it to the tracking issue for the record? 🙇♂️ )
Centril
commented
Jun 27, 2019
@bors retry rolled up |
Rollup of 16 pull requests Successful merges: - #61878 (improve pinning projection docs) - #62043 (Remove `FnBox`) - #62067 (Add suggestion for missing `.await` keyword) - #62076 (Updated RELEASES.md for 1.36.0) - #62102 (call out explicitly that general read needs to be called with an initialized buffer) - #62106 (Add more tests for async/await) - #62124 (refactor lexer to use idiomatic borrowing) - #62131 (libsyntax: Fix some Clippy warnings) - #62152 (Don't ICE on item in `.await` expression) - #62154 (Remove old fixme) - #62155 (Add regression test for MIR drop generation in async loops) - #62156 (Update books) - #62160 (Remove outdated question_mark_macro_sep lint) - #62164 (save-analysis: use buffered writes) - #62171 (rustc: Retry SIGILL linker invocations) - #62176 (Update RLS) Failed merges: r? @ghost
Merged PRs:
RUST_LOGinrls --climoderustfmt_pathconfig)rustc(Ensure that --error-format is only passed once torustcrls#1500)