-
Notifications
You must be signed in to change notification settings - Fork 10.5k
test: make round-trip-syntax-test
Python 3 friendly
#32648
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
Conversation
@swift-ci please test |
Build failed |
Make the `round-trip-syntax-test` tool Python 3 friendly by tweaking the open modes and using `reduce` from `functools` as it has been removed in Python 3.
f60af19
to
14f72b7
Compare
@swift-ci please test |
@swift-ci please test Windows platform |
Build failed |
Build failed |
@swift-ci please test macOS platform |
Build failed |
Try harder to appease the python linter
@swift-ci please python lint |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test Linux platform |
Build failed |
@swift-ci please test Linux platform |
Make the
round-trip-syntax-test
tool Python 3 friendly by tweaking theopen modes and using
reduce
fromfunctools
as it has been removed inPython 3.
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.