这是indexloc提供的服务,不要输入任何密码
Skip to content

Migrate intellij tests and context_test to null safety #80008

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 2 commits into from
Apr 8, 2021

Conversation

jmagman
Copy link
Member

@jmagman jmagman commented Apr 8, 2021

Part of #71511

@jmagman jmagman added c: contributor-productivity Team-specific productivity, code health, technical debt. tool Affects the "flutter" command-line tool. See also t: labels. a: null-safety Support for Dart's null safety feature labels Apr 8, 2021
@jmagman jmagman self-assigned this Apr 8, 2021
@jmagman
Copy link
Member Author

jmagman commented Apr 8, 2021

These aren't really related files, am trying to keep these migration reviews relatively small.

@google-cla google-cla bot added the cla: yes label Apr 8, 2021
@jmagman jmagman force-pushed the intellij-test-null branch from 1a37a06 to 5f47dff Compare April 8, 2021 04:22
@jmagman jmagman requested a review from jonahwilliams April 8, 2021 05:22
@@ -379,7 +377,7 @@ void createIntellijFlutterPluginJar(String pluginJarPath, FileSystem fileSystem,
flutterPlugins.addFile(ArchiveFile('META-INF/plugin.xml', flutterPluginBytes.length, flutterPluginBytes));
fileSystem.file(pluginJarPath)
..createSync(recursive: true)
..writeAsBytesSync(ZipEncoder().encode(flutterPlugins));
..writeAsBytesSync(ZipEncoder().encode(flutterPlugins)!);
Copy link
Contributor

Choose a reason for hiding this comment

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

ZipEncoder returns null?

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
Contributor

Choose a reason for hiding this comment

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

what a yucky api :(

Copy link
Contributor

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

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

LGTM

@jmagman jmagman merged commit aa96eb2 into flutter:master Apr 8, 2021
@jmagman jmagman deleted the intellij-test-null branch April 8, 2021 22:18
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 c: contributor-productivity Team-specific productivity, code health, technical debt. tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants