Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Mar 10, 2021

@yjbanov yjbanov requested a review from mdebbar March 10, 2021 18:33
@google-cla google-cla bot added the cla: yes label Mar 10, 2021
// found in the LICENSE file.

// @dart = 2.6
// @dart = 2.12
Copy link
Contributor

Choose a reason for hiding this comment

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

complains about history and matchers.dart not being null safe to make this change.

Copy link
Contributor

Choose a reason for hiding this comment

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

We're probably just importing a helper or a constant from history_test.dart. We could move that to another history_helper.dart.

But matchers.dart may require more work since it has even more dependencies.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done (migrated the helper test libs to null-safety)

@yjbanov yjbanov requested a review from ferhatb March 11, 2021 18:19
@yjbanov yjbanov changed the title Make window.locale(s) non-null Make window.locale(s) non-null; upgrade to null safe deps Mar 11, 2021
@yjbanov yjbanov changed the title Make window.locale(s) non-null; upgrade to null safe deps [web] Make window.locale(s) non-null; upgrade to null safe deps Mar 11, 2021
Copy link
Contributor

@mdebbar mdebbar left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines +550 to +554
@override
String get pathname => throw UnimplementedError();

@override
String get search => throw UnimplementedError();
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@yjbanov yjbanov merged commit 4daec2f into flutter:master Mar 11, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 12, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 12, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 12, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 12, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 12, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 12, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 12, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 12, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 12, 2021
Copy link
Contributor

@ferhatb ferhatb left a comment

Choose a reason for hiding this comment

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

LGTM

engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 12, 2021
hjfreyer pushed a commit to hjfreyer/engine that referenced this pull request Mar 22, 2021
…ter#24922)

* Make window.locale(s) non-null

* upgrade deps to null-safe; migrate some test libs
chriscraws pushed a commit to chriscraws/engine that referenced this pull request Mar 23, 2021
…ter#24922)

* Make window.locale(s) non-null

* upgrade deps to null-safe; migrate some test libs
@Tienisto
Copy link

Tienisto commented Apr 8, 2021

Will it be merged into stable 2.0.x or should I wait for the next major stable release?

duanqz pushed a commit to duanqz/engine that referenced this pull request Apr 16, 2021
…ter#24922)

* Make window.locale(s) non-null

* upgrade deps to null-safe; migrate some test libs
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"ui.window.locale" is "Locale" but an exception is thrown saying it is "Locale?"

4 participants