-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[build_support] Fixed python 3 errors #2111
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
[build_support] Fixed python 3 errors #2111
Conversation
@swift-ci please test |
@RLovelett This should address your python3 issues. |
@practicalswift Anything you think I'm missing here? |
@harlanhaskins LGTM :-) |
@practicalswift Thanks for looking! 😄 |
@swift-ci please Python lint |
Thanks @practicalswift and @RLovelett! |
I'm really sorry I was not able to get here sooner. Unfortunately this did not resolve the issue I reported #1586. Some line number shifted but the error is still largely the same.
Again this is my fault. I should have been more responsive to give the feeback before the merge of this. I'll see what I can come up with and then submit a PR to resolve it and link back to here for tracability. @harlanhaskins thanks for even looking into this. |
Nope, my fault for not catching that as well. Could you try again with latest master? |
75de4fe does the trick. Thank you. 🙇 |
Thank you for reporting! Aside, I feel like we should probably standardize on |
You have my vote to switch to It might be a hallow victory though because I think |
What's in this pull request?
Fixes python3 errors with the build support module
All tests now pass on python3.5 and python2.7
Resolved bug number: N/A Addresses this comment
Before merging this pull request to apple/swift repository:
Triggering Swift CI
The swift-ci is triggered by writing a comment on this PR addressed to the GitHub user @swift-ci. Different tests will run depending on the specific comment that you use. The currently available comments are:
Smoke Testing
Validation Testing
Note: Only members of the Apple organization can trigger swift-ci.