Uh oh!
There was an error while loading. Please reload this page.
Make --emit dep-info work correctly with -Z no-analysis again. - #33450
Conversation
rust-highfive
commented
May 6, 2016
r? @nrc (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
I think after_hir_lowering might be a better name here - ast is a data structure rather than a phase.
nrc
commented
May 8, 2016
lgtm, r+ with the name changed |
nrc
commented
May 9, 2016
@bors: r+ |
bors
commented
May 9, 2016
📌 Commit 5ec8e92 has been approved by |
bors
commented
May 9, 2016
⌛ Testing commit 5ec8e92 with merge 82f2240... |
bors
commented
May 9, 2016
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
SiegeLord
commented
May 9, 2016
Whoops, looks like my regex failed on Windows. Could you approve again? |
bors
commented
May 10, 2016
☔ The latest upstream changes (presumably #33443) made this pull request unmergeable. Please resolve the merge conflicts. |
Previously, it would attempt to resolve some external crates that weren't necessary for dep-info output. Fixesrust-lang#33231.
8687aa8 to
ba04a52CompareSiegeLord
commented
May 11, 2016
Re-based onto master. |
nrc
commented
May 11, 2016
@bors: r+ |
bors
commented
May 11, 2016
📌 Commit ba04a52 has been approved by |
|
bors
commented
May 12, 2016
⌛ Testing commit ba04a52 with merge 487dffe... |
eddyb
commented
May 12, 2016
@bors r- |
bors
commented
May 12, 2016
⛄ The build was interrupted to prioritize another pull request. |
::sigh:: this wouldn't be a problem if rustc didn't put the absolute path inside the deps file, which requires me to sed it away... |
SiegeLord
commented
May 12, 2016
I fixed the sed invocation to work with BSD utils, so should be ok to try this again. |
eddyb
commented
May 12, 2016
@bors r=nrc |
bors
commented
May 12, 2016
📌 Commit 215b260 has been approved by |
Make --emit dep-info work correctly with -Z no-analysis again. Previously, it would attempt to resolve some external crates that weren't necessary for dep-info output. Fixesrust-lang#33231.
bors
commented
May 13, 2016
Make --emit dep-info work correctly with -Z no-analysis again. Previously, it would attempt to resolve some external crates that weren't necessary for dep-info output. Fixes#33231.
Previously, it would attempt to resolve some external crates that weren't necessary for dep-info output.
Fixes#33231.