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

Migrate mdns_discovery and ios simulator to null safety #92124

Merged
merged 2 commits into from
Oct 30, 2021

Conversation

jmagman
Copy link
Member

@jmagman jmagman commented Oct 19, 2021

Migrate mdns_discovery, ios simulators, sksl_writer, install_manifest
Part of #71511.

@jmagman jmagman added tool Affects the "flutter" command-line tool. See also t: labels. a: null-safety Support for Dart's null safety feature c: tech-debt Technical debt, code quality, testing, etc. labels Oct 19, 2021
@jmagman jmagman self-assigned this Oct 19, 2021
@flutter-dashboard flutter-dashboard bot added the a: text input Entering text in a text field or keyboard related problems label Oct 19, 2021
@google-cla google-cla bot added the cla: yes label Oct 19, 2021
: globals.fs.path.join(
globals.fsUtils.homeDirPath,
globals.fsUtils.homeDirPath ?? '~',
Copy link
Member

Choose a reason for hiding this comment

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

What is this getter used for? Note, '~' will only work if parsed by a shell.

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Just going to add a ! here globals.fsUtils.homeDirPath! since the current code assumes it's not null.

Copy link
Member

Choose a reason for hiding this comment

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

sgtm

Copy link
Member

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

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

LGTM with a few nit questions

Copy link
Member

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

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

Still LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: null-safety Support for Dart's null safety feature a: text input Entering text in a text field or keyboard related problems c: tech-debt Technical debt, code quality, testing, etc. tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants