7 Commits

Author SHA1 Message Date
Martin Kustermann
0c7e9528a0
Manual Dart SDK roll 6e015bd9cddb to 9c6e76468ca4 (6 revisions (#22153)
This includes the commits from

  https://dart.googlesource.com/sdk.git/+log/6e015bd9cddb..9c6e76468ca4

as well as the changes from

  https://github.com/flutter/engine/pull/22149/files

which are needed due to dart-lang/sdk@23ee425de7
2020-10-27 18:26:48 -07:00
Jacob MacDonald
818e8aa340
add a package config file to const finder test fixtures (#22124)
Adds a package config file to the const finder test fixtures to unblock the null safety flag removal change.

Otherwise these fixtures get opted in to null safety and some constants are missing (presumably because they are invalid).

Related dart-lang/sdk#43872
2020-10-26 16:39:08 -07:00
Chris Bracken
36f7f3ca82
Copyright header hygiene improvements (#21089)
Add copyright headers in a few files where they were missing.

Trim trailing blank comment line where present, for consistency with
other engine code.

Use the standard libtxt copyright header in one file where it differed
(extra (C) and comma compared to other files in libtxt).

This also amends tools/const_finder/test/const_finder_test.dart to look
for a const an additional four lines down to account for the copyright
header added to the test fixture.
2020-09-11 08:55:37 -07:00
Dan Field
3dd1151e3b
Make const_finder work with implemented and extended classes (#20614) 2020-08-18 23:16:03 -07:00
Dan Field
e54f2c8c1c
Const finder missing static const list/map/set fields. (#16896) 2020-03-02 16:56:51 -08:00
Dan Field
80bc8559a0
Const finder fixes (#15880) 2020-01-22 12:00:51 -08:00
Dan Field
8df1757d35
const finder (#15668) 2020-01-16 17:01:20 -08:00