skia-flutter-autoroll
494b66a09c
Roll Dart SDK from f9760fc12871 to 2736bd161251 (1 revision) ( #22888 )
2020-12-04 20:13:01 -08:00
skia-flutter-autoroll
66f44c6c39
Roll Dart SDK from 97cfd05b3cb3 to a37a4d42e53d (4 revisions) ( #22849 )
...
https://dart.googlesource.com/sdk.git/+log/97cfd05b3cb3..a37a4d42e53d
2020-12-03 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.12.0-112.0.dev
2020-12-03 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.12.0-111.0.dev
2020-12-03 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.12.0-110.0.dev
2020-12-03 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.12.0-109.0.dev
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
2020-12-03 14:10:04 -08:00
skia-flutter-autoroll
34f49a1619
Roll Dart SDK from 5acaa5f14b03 to cfaa7606cbf5 (2 revisions) ( #22827 )
2020-12-02 11:58:01 -08:00
skia-flutter-autoroll
dbd1abec1a
Roll Dart SDK from dcd5a8f005a2 to 960620d2e811 (794 revisions) ( #22768 )
2020-11-30 10:03:01 -08:00
Martin Kustermann
cec8a6e26b
Manual roll of Dart SDK from ce76503f5b46 to dcd5a8f005a ( #22766 )
...
dart-lang/sdk@dcd5a8f005 [vm/aot] Two improvements to signature shaking (reland)
dart-lang/sdk@5bff8f3bb4 [co19] Roll co19 to 8740182c0547c1b26b79a5f96e28a0d5cd27b0c9
dart-lang/sdk@b16e402fb9 Prepare for replacing PackageBundle with PackageBundleReader.
dart-lang/sdk@85174e4d8c Revert "Reland "update Glob in the sdk, also adds package:file to the sdk""
dart-lang/sdk@4a206e4108 Analyzer: Report invalid instance access from closure within factory
dart-lang/sdk@72e8eab7e2 [vm/concurrency] Reduce public API surface of ICData, remove unused methods, make methods private
dart-lang/sdk@94f6532bd9 Capture a couple of failing completions as tests
dart-lang/sdk@c62709e87b Reland "update Glob in the sdk, also adds package:file to the sdk"
dart-lang/sdk@4fc797d6b1 [Analyzer] Add LSP dart.analysisExcludedFolders to readme
dart-lang/sdk@e047dd60d6 Ensure that function elements inside local variable elements have unique locations.
dart-lang/sdk@7de67100a3 [co19] Roll co19 to 7a43aa19fb31db657b8b2dac2ed8a8af28889be3
dart-lang/sdk@367761987b [vm/corelib] Fix ConcurrentModificationError for empty addAll.
dart-lang/sdk@b64550eaff Add a `nullFuture` in `dart:internal`.
2020-11-27 14:14:53 +01:00
skia-flutter-autoroll
f0e80100f7
Roll Dart SDK from d67a5c245285 to 4bf74ee7d04e (2 revisions) ( #22544 )
2020-11-16 13:33:03 -08:00
skia-flutter-autoroll
c76485821a
Roll Dart SDK from a4fbabcd73dc to 57bb12dc24d2 (1 revision) ( #22283 )
2020-11-03 18:08:01 -08:00
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
Siva
b955e15ee9
Manual roll of Dart from 24c7666def...40fd1c456e ( #20092 )
...
* Manual roll of Dart from 24c7666def...40fd1c456e
dart-lang/sdk@40fd1c456e Revert "[dart:io] Add Abort() on HttpClientRequest"
dart-lang/sdk@17d7296a42 [vm/nnbd/bytecode] Fix reuse of type arguments in bytecode
dart-lang/sdk@58b6f40c73 Issue 42797. Understand in legacy libraries that a function returning Never (in Null Safety library) never returns. (reland)
dart-lang/sdk@fc8a6d9f9b [VM/compiler] Dereference TypeRef literal when propagating constants.
dart-lang/sdk@0689ec527a Move "test.dart" (well, most of its contents) into pkg/test_runner.
dart-lang/sdk@1094b3c61d Prepare static error test updater tool to handle web tests.
dart-lang/sdk@b258585f2f [observatory] Migrate from deprecated isInstanceOf to isA.
dart-lang/sdk@dfe1d9b682 Disable OverrideContributor for Cider.
dart-lang/sdk@aea99b2f5c scope debug property assist to Diagnosticables
dart-lang/sdk@4b96f20a79 [dart:io] Add Abort() on HttpClientRequest
dart-lang/sdk@1b1a39708c [build] Use frameworks instead of libs
dart-lang/sdk@3fef522496 Revert "Reland "[vm] Replaces fuchsia.deprecatedtimezone""
dart-lang/sdk@8c664d4f3f Revert "Issue 42797. Understand in legacy libraries that a function returning Never (in Null Safety library) never returns."
dart-lang/sdk@2efb5bebc7 [ dart:_http ] Fix typo in HTTP response timeline event
dart-lang/sdk@0884dae36c Revert "Fix the #include path for ICU headers"
dart-lang/sdk@5171534e81 Scope tweaks. Report REFERENCED_BEFORE_DECLARATION in more places.
dart-lang/sdk@6bba75079a Issue 42797. Understand in legacy libraries that a function returning Never (in Null Safety library) never returns.
dart-lang/sdk@b4ebbb7f5c [build] Update gn to match Fuchsia
dart-lang/sdk@cb428a7a02 [dart2js] Remove old bug work around in collector.
dart-lang/sdk@08663c20ab Change flutter patch to match existing DEPS on master branch
dart-lang/sdk@146ad014d9 update js/meta for the 2.10 dev sdk
dart-lang/sdk@488c718793 [co19] Roll co19 to d79951e06e443213243e54c2c32694b79a221b65
dart-lang/sdk@ba20edd7be Add patch for flutter-engine when changing to version 2.10
* Rev buildroot to latest version.
* Update license.
* update.
* Update gn revision.
* Format BUILD.gn files as the gn revision has been updated.
2020-07-29 13:10:15 -07:00
Siva
3bb6cc265e
Manual merge of Dart a3815b6590...24c7666def ( #19967 )
...
* Manual merge or Dart into flutter a3815b6590...24c7666def
dart-lang/sdk@24c7666def Update tests that have the current version number hardcoded
dart-lang/sdk@f88ce7aef5 Increase Dart version to 2.10
* Update language version.
* Update license.
* Hpdate language version.
* Update license.
2020-07-24 11:00:34 -07:00
skia-flutter-autoroll
e120fe0361
Roll Fuchsia Linux SDK from 39EKo... to nP7Ux... ( #19825 )
2020-07-16 16:56:10 -07:00
Jonah Williams
3fb6899e0e
[null-safety] remove package references from flutter frontend-server test, ci analyze ( #19810 )
2020-07-16 12:16:02 -07:00
Jonah Williams
5d757690d5
[null-safety] update use of dot packages to package_config.json ( #19780 )
...
Work towards flutter/flutter#60999
All usage of .packages must eventually be replace with package_config.json to support language versioning.
2020-07-15 15:26:34 -07:00
Jonah Williams
35b5aa5af2
switch const finder to package_config ( #19576 )
...
Generate package config during gclient runhooks and update BUILD.gn to reference it
2020-07-07 10:31:01 -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