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

[flutter_tools] dont use autodetect enum for web #70189

Merged
merged 1 commit into from Nov 10, 2020

Conversation

jonahwilliams
Copy link
Member

@jonahwilliams jonahwilliams commented Nov 10, 2020

Description

Continuation of #70121

For web builds, the tool needs to determine whether sound null safety is enabled if autodetect is used. This update changes the determination to switch the autodetect mode on the device to the resolved version (sound/unsound) so the correct arguments are used.

The correct long term fix is to determine the null safety mode when computing the build info, but that involves a little more refactoring than I have time for now.

@flutter-dashboard flutter-dashboard bot added tool Affects the "flutter" command-line tool. See also t: labels. work in progress; do not review labels Nov 10, 2020
@google-cla google-cla bot added the cla: yes label Nov 10, 2020
@jonahwilliams jonahwilliams marked this pull request as ready for review November 10, 2020 16:33
Copy link
Contributor

@yjbanov yjbanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jonahwilliams jonahwilliams merged commit 39bc68b into flutter:master Nov 10, 2020
@jonahwilliams jonahwilliams deleted the change_autodetect_enum branch November 10, 2020 20:49
pcsosinski pushed a commit to pcsosinski/flutter that referenced this pull request Nov 13, 2020
pcsosinski pushed a commit that referenced this pull request Nov 14, 2020
)

* Update engine hash to 1.24.0-10.1.pre

* [null-safety] implement null-safe autodetection for the web (#70126)

Fixes #69416
Fixes #70121

* [flutter_tools] dont use autodetect enum for web (#70189)

* Update engine hash for build fix and pub DEP bump

Co-authored-by: Jonah Williams <jonahwilliams@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants