Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants