Skip to content

Migrate the rest of package:dwds to null safety #1689

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

Merged
merged 18 commits into from
Jul 21, 2022

Conversation

annagrin
Copy link
Contributor

@annagrin annagrin commented Jul 14, 2022

Migrate the rest of package:dwds to null safety

  • handlers
    • dev_handler.dart
  • lib
    • dart_web_debug_service.dart
    • dwds.dart

Also, added defaults to all parameters in test setup and removed unused one (discovered nulls passed as parameters due to migration)

Towards: #1327

@annagrin annagrin marked this pull request as draft July 14, 2022 22:05
@annagrin annagrin marked this pull request as ready for review July 20, 2022 21:31
@annagrin annagrin requested review from elliette and grouma July 20, 2022 21:31
bool launchDevToolsInNewWindow,
SdkConfigurationProvider sdkConfigurationProvider,
bool emitDebugEvents,
// file. Change all occurences of devtools/Devtools to devTools/DevTools.
Copy link
Contributor

Choose a reason for hiding this comment

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

Haha we are both wrong 🤦‍♀️ Looked it up and it's spelled "occurrences" (two Rs)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

lol I run a spell checker and it is also wrong apparently:) So it is not just us:)

Copy link
Member

Choose a reason for hiding this comment

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

Assume half the spelling mistakes in this package are mine lol. I can't spell and often forget to enable the spell checker.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We all contribute:)
I run a spell checker to please the g3 spell checker rules.

Copy link
Contributor

@elliette elliette left a comment

Choose a reason for hiding this comment

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

Woohoo! 🎉

@annagrin annagrin merged commit 0cc9fa5 into dart-lang:master Jul 21, 2022
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.

3 participants