未验证 提交 0c393d64 编写于 作者: L liyuqian 提交者: GitHub

Roll dart back to 907c514c8937cf76e (#8473)

The dart revision 1ad11facec401ed51a8bdf79dafd77e955b23082
(rolled in https://github.com/flutter/engine/pull/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
https://github.com/dart-lang/sdk/commit/1ad11facec401ed51a8bdf79dafd77e955b23082
and it easy to fix in the framework.

However, the 2. is likely due to
https://github.com/dart-lang/sdk/commit/dbfd00f44daf67e5f42f4d297d77be3237b8a35d
which I'm not sure how to fix.

TBR: bkonyi
上级 fea42a25
......@@ -31,7 +31,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '389ccc90007ab49425530216e13199f52c177246',
'dart_revision': '907c514c8937cf76e825d427364cf3475797f18f',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
......@@ -60,7 +60,7 @@ vars = {
'dart_http_throttle_tag': '1.0.2',
'dart_intl_tag': '0.15.7',
'dart_json_rpc_2_tag': '2.0.9',
'dart_linter_tag': '0.1.84',
'dart_linter_tag': '0.1.83',
'dart_logging_tag': '0.11.3+2',
'dart_markdown_tag': '2.0.2',
'dart_matcher_tag': '0.12.3',
......
Signature: aad6f00938e9ac93307738cd263cb96a
Signature: cbf8e245ca4d75c5fd125ab57b6b730e
UNUSED LICENSES:
......@@ -5155,7 +5155,6 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_test_helper.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_test_helper.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/slot_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/type_propagator_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/typed_data_aot_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.h
FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier.cc
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册