Skip to content

Conversation

kennytm
Copy link
Member

@kennytm kennytm commented Oct 7, 2017

Fixes #45086, where all debuginfo-lldb fails when using LLDB from Xcode 9.

LLDB's output may be None instead of '', and that will cause type
mismatch when normalize_whitespace() expects a string instead of
None. This commit simply ensures we do pass '' even if the output
is None.
@rust-highfive
Copy link
Contributor

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@k0pernicus
Copy link
Contributor

Thank you for this PR @kennytm - got this problem yesterday actually.
It works well now!

@michaelwoerister
Copy link
Member

@bors r+

Thank you so much, @kennytm!

@bors
Copy link
Collaborator

bors commented Oct 9, 2017

📌 Commit 07b1899 has been approved by michaelwoerister

@michaelwoerister
Copy link
Member

@bors rollup

@carols10cents carols10cents added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Oct 9, 2017
kennytm added a commit to kennytm/rust that referenced this pull request Oct 9, 2017
debuginfo-test: Fix rust-lang#45086.

Fixes rust-lang#45086, where all debuginfo-lldb fails when using LLDB from Xcode 9.
bors added a commit that referenced this pull request Oct 10, 2017
Rollup of 9 pull requests

- Successful merges: #44962, #45051, #45091, #45106, #45117, #45118, #45120, #45125, #45136
- Failed merges:
@bors bors merged commit 07b1899 into rust-lang:master Oct 10, 2017
@kennytm kennytm deleted the fix-45086 branch October 10, 2017 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants