Skip to content
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

Python 3 support macOS/iOS builds #463

Merged
merged 1 commit into from
Jun 8, 2021
Merged

Conversation

cbracken
Copy link
Member

@cbracken cbracken commented Jun 8, 2021

  • subcommand invocations use universal_newlines/decode('utf-8') to convert
    output from a list of bytes to a utf-8 string.
  • map() applied to a list returns a map rather than a list; instead
    we use a list comprehension to apply the type conversion from string
    to int on each component of Xcode version numbers.
  • Add brackets to print() calls.

Issue: flutter/flutter#83043

* subcommand invocations use universal_newlines to convert output from a
  list of bytes to a utf-8 string.
* map() applied to a list returns a map rather than a list; instead
  we use a list comprehension to apply the type conversion from string
  to int on each component of Xcode version numbers.
* Add brackets to print() calls.
@cbracken cbracken changed the title Python 3 support for macOS host build Python 3 support macOS/iOS builds Jun 8, 2021
@cbracken cbracken merged commit 3ae5da2 into flutter:master Jun 8, 2021
@cbracken cbracken deleted the python3-mac branch June 8, 2021 00:47
richkadel pushed a commit to richkadel/buildroot that referenced this pull request Jun 25, 2021
* subcommand invocations use universal_newlines to convert output from a
  list of bytes to a utf-8 string.
* map() applied to a list returns a map rather than a list; instead
  we use a list comprehension to apply the type conversion from string
  to int on each component of Xcode version numbers.
* Add brackets to print() calls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants