未验证 提交 45664a6a 编写于 作者: B Ben Konyi 提交者: GitHub

Roll src/third_party/dart b11308657c..b11308657c (0 commits) (#9037)

* Roll src/third_party/dart b48c8b1d1c..433bc1b350 (2 commits)

433bc1b350 [vm/compiler] Avoid adding unused Redefinition instructions
04e329b6ed Add override annotations across DDC

* Roll src/third_party/dart 433bc1b350..6d76c8790d (5 commits)

6d76c8790d bump to linter 0.1.89
0799ac0edb Enforce DDC lints
2fd1021326 [dartdevc] Turn on lints and cleanup violations
9adc5be551 Dartfmt all of DDC with the latest
e9b5c9ce8b Ignore todos in DDC

* Remove duplicate flag "track-widget-creation". Unblocks SDK roll.

* Roll src/third_party/dart b11308657c..b11308657c (0 commits)
上级 303a3910
......@@ -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': 'b48c8b1d1c9050734c0491f4e36b7d61ef005233',
'dart_revision': 'b11308657cb3eef60a85b561d18de630adb37c3e',
# 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.88',
'dart_linter_tag': '0.1.90',
'dart_logging_tag': '0.11.3+2',
'dart_markdown_tag': '2.0.3',
'dart_matcher_tag': '0.12.3',
......
Signature: c3f9cefe27a833f83027c2b801e508ac
Signature: b734a37faec982a12b2a5c9e035adc3e
UNUSED LICENSES:
......@@ -85,11 +85,6 @@ Future<int> starter(
StringSink output,
}) async {
ArgResults options;
frontend.argParser
..addFlag('track-widget-creation',
help: 'Run a kernel transformer to track creation locations for widgets.',
defaultsTo: false);
try {
options = frontend.argParser.parse(args);
} catch (error) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册