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

Roll src/third_party/dart 907c514c89..1ad11facec (7 commits)#8459

Merged
bkonyi merged 1 commit intomasterfrom
dart-sdk-roll-2019-04-05
Apr 5, 2019
Merged

Roll src/third_party/dart 907c514c89..1ad11facec (7 commits)#8459
bkonyi merged 1 commit intomasterfrom
dart-sdk-roll-2019-04-05

Conversation

@bkonyi
Copy link
Contributor

@bkonyi bkonyi commented Apr 5, 2019

This is an automated pull request which will automatically merge once checks pass.

Roll src/third_party/dart 907c514..1ad11fa (7 commits)

1ad11fa Fix mustCallSuper for mixins and inherited interfaces:
6dc9c8d [CFE] JS: Treat integer valued double constants as integers.
dbfd00f [vm/compiler] Add new optimization pass which inlines typed data accesses
dbc9ff1 [vm/vmservice] Switch from const bool.fromEnvironment() to new for 'DART_SERVICE_USE_AUTH'.
4479924 Revert "set empty environment defines to CompilerOptions"
ec8222f bump to linter 0.1.84
d14990b Remove no-longer-needed override

1ad11fa Fix mustCallSuper for mixins and inherited interfaces:
6dc9c8d [CFE] JS: Treat integer valued double constants as integers.
dbfd00f [vm/compiler] Add new optimization pass which inlines typed data accesses
dbc9ff1 [vm/vmservice] Switch from const bool.fromEnvironment() to new for 'DART_SERVICE_USE_AUTH'.
4479924 Revert "set empty environment defines to CompilerOptions"
ec8222f bump to linter 0.1.84
d14990b Remove no-longer-needed override
@bkonyi
Copy link
Contributor Author

bkonyi commented Apr 5, 2019

Checks successful, automatically merging.

@bkonyi bkonyi merged commit 816e3dc into master Apr 5, 2019
@bkonyi bkonyi deleted the dart-sdk-roll-2019-04-05 branch April 5, 2019 20:13
liyuqian added a commit to liyuqian/engine that referenced this pull request Apr 6, 2019
The dart revision 1ad11fa
(rolled in flutter#8459) is causing
engine-to-framework roll failure for the following two reasons:

1. analyze error: marked @mustCallSuper but does not invoke the overridden method
2. `flutter build aot` failure for examples/hello_world in build_tests-macos

The 1. is likely due to
dart-lang/sdk@1ad11fa
and it easy to fix in the framework.

However, the 2. is likely due to
dart-lang/sdk@dbfd00f
which I'm not sure how to fix.

TBR: bkonyi
liyuqian added a commit that referenced this pull request Apr 6, 2019
The dart revision 1ad11fa
(rolled in #8459) is causing
engine-to-framework roll failure for the following two reasons:

1. analyze error: marked @mustCallSuper but does not invoke the overridden method
2. `flutter build aot` failure for examples/hello_world in build_tests-macos

The 1. is likely due to
dart-lang/sdk@1ad11fa
and it easy to fix in the framework.

However, the 2. is likely due to
dart-lang/sdk@dbfd00f
which I'm not sure how to fix.

TBR: bkonyi
RBogie pushed a commit to RBogie/flutter-engine that referenced this pull request Apr 8, 2019
The dart revision 1ad11fa
(rolled in flutter#8459) is causing
engine-to-framework roll failure for the following two reasons:

1. analyze error: marked @mustCallSuper but does not invoke the overridden method
2. `flutter build aot` failure for examples/hello_world in build_tests-macos

The 1. is likely due to
dart-lang/sdk@1ad11fa
and it easy to fix in the framework.

However, the 2. is likely due to
dart-lang/sdk@dbfd00f
which I'm not sure how to fix.

TBR: bkonyi
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.

2 participants