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 logging_controller.dart to null safety. #3804

Merged
merged 5 commits into from
Mar 10, 2022
Merged

Migrate logging_controller.dart to null safety. #3804

merged 5 commits into from
Mar 10, 2022

Conversation

polina-c
Copy link
Contributor

@polina-c polina-c commented Mar 8, 2022

No description provided.

@polina-c polina-c marked this pull request as ready for review March 8, 2022 19:01
@polina-c polina-c marked this pull request as draft March 9, 2022 01:17
@polina-c polina-c marked this pull request as ready for review March 9, 2022 19:09

// TODO(jacobr): node.diagnostic.isDiagnosticableValue isn't quite
// right.
if (node.diagnostic.isDiagnosticableValue) {
if (node.diagnostic.isDiagnosticableValue!) {
Copy link
Member

Choose a reason for hiding this comment

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

I don't think isDiagnosticableValue should be nullable since we specify a default value in the getter

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is not nullable, but it is not migrated yet.

packages/devtools_app/test/timeline_streams_test.dart Outdated Show resolved Hide resolved
@polina-c polina-c marked this pull request as draft March 10, 2022 19:24
@polina-c polina-c marked this pull request as ready for review March 10, 2022 20:11
@polina-c
Copy link
Contributor Author

tested

@polina-c polina-c merged commit 291cd4c into flutter:master Mar 10, 2022
@polina-c polina-c deleted the lc branch March 10, 2022 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants