Skip to content

[dotest] Simplify logic to find the Python path #1907

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 6, 2020
Merged

[dotest] Simplify logic to find the Python path #1907

merged 1 commit into from
Oct 6, 2020

Conversation

JDevlieghere
Copy link

Simplify the logic of parsing the lldb -P output to find the python
path. This removes the special handling for the LLDB.framework case and
instead of pattern matching known errors focus on finding a directory
path that contains an init.py.

Differential revision: https://reviews.llvm.org/D88840

(cherry picked from commit f22496a)

Simplify the logic of parsing the lldb -P output to find the python
path. This removes the special handling for the LLDB.framework case and
instead of pattern matching known errors focus on finding a directory
path that contains an __init__.py.

Differential revision: https://reviews.llvm.org/D88840

(cherry picked from commit f22496a)
@fredriss fredriss merged commit 9a60610 into swiftlang:apple/stable/20200714 Oct 6, 2020
@JDevlieghere JDevlieghere deleted the 🍒/bastille/f22496a9f4cabb97e735314b62731fedb2e01e50 branch October 6, 2020 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants