-
Notifications
You must be signed in to change notification settings - Fork 82
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
Migrate the rest of package:dwds to null safety #1689
Conversation
…ll-safety-dwds-debugging4
…ll-safety-dwds-final
…ll-safety-dwds-final
dwds/lib/dart_web_debug_service.dart
Outdated
bool launchDevToolsInNewWindow, | ||
SdkConfigurationProvider sdkConfigurationProvider, | ||
bool emitDebugEvents, | ||
// file. Change all occurences of devtools/Devtools to devTools/DevTools. |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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:)
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woohoo! 🎉
Migrate the rest of package:dwds to null safety
Also, added defaults to all parameters in test setup and removed unused one (discovered nulls passed as parameters due to migration)
Towards: #1327