Skip to content

Conversation

@jonahwilliams
Copy link
Contributor

Description

Can be landed after sound mode support rolls again

@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@flutter-dashboard flutter-dashboard bot added the c: contributor-productivity Team-specific productivity, code health, technical debt. label Oct 19, 2020
@google-cla google-cla bot added the cla: yes label Oct 20, 2020
@jonahwilliams jonahwilliams changed the title [null-safety] remove --no-sound-null-safety flag from test scripts [null-safety] remove --no-sound-null-safety flag from widgets tests Oct 20, 2020
await _runFlutterTest(
path.join(flutterRoot, 'packages', 'flutter'),
options: <String>[trackWidgetCreationOption, ...nullSafetyOptions],
options: <String>[trackWidgetCreationOption, ...nullSafetyOptions, '--sound-null-safety', '--enable-experiment=non-nullable'],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

For some reason the experiment flag is required for sound null safety.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: contributor-productivity Team-specific productivity, code health, technical debt.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant