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

Commit cae0836

Browse files
committed
Roll src/third_party/dart 1bd36d6..7d560f8 (27 commits)
7d560f8 Remove outdated entries from .packages ee529e3 [vm] Fix typo forwader => forwarder 2ddb2d2 Change 'analyze tests co19_2' to use '-asserts'. b03db45 [vm] Decouple flow graph building of dynamic invocation forwarders from kernel reading 6587483 [frontend] Dont re-report compile-expression errors. 81fa14e Hollow out AnalysisContextImpl. b10a6bd [testing] Multitests' copied imports should not be read-only 9684748 Removes superfluous Dart_ExitScope() call in CreateVmServiceIsolate. 4a75568 Rename tests ending with Test_Driver 8c3f748 dartfmt -w --fix dart:collection afb459f [cfe] Iterate map entries in map spreads ed5bc9c [vm] Fix AssertAssignable strengthening sometimes using wrong deopt_id. 8436dca [co19] DEPS updated a43c525 Reland "[vm/ffi] Support Windows 64 bit" 3bc3205 Move ConstantValue handling outside BehaviorBuilder 63e22ea Remove unused parts of NativeDataBuilder f307524 Support native member annotations through ir constants 7cfe216 TypeInferrer.library is null iff topLevel 03ecefc Move ShadowMember.resolveInferenceNode to TypeInferenceEngine c7270f2 Add Declaration.isAnonymousMixinApplication 0cbce07 Add toString to Substitution b990c50 Fix typo in mixin transformer da3c23b Test override-based inference when inheriting conflicting types f200c37 Enable extra VM options in fasta script 69c1d10 Update test as combined member signature would fail 68aeb5c Tweak error messages related to inference and overriding. 0a337bb Report CONST_SPREAD_EXPECTED_LIST_OR_SET and CONST_SPREAD_EXPECTED_MAP.
1 parent fcc66fc commit cae0836

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vars = {
3131
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3232
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3333
# updated revision list of existing dependencies.
34-
'dart_revision': '1bd36d694dba00d92651fcd2340e91d5a74efb03',
34+
'dart_revision': '7d560f8385eaeee0fd95ec08e25db0c217b1cd3e',
3535

3636
# WARNING: DO NOT EDIT MANUALLY
3737
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

ci/licenses_golden/licenses_third_party

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: b7183327d115ae031ff3f9997d96a04e
1+
Signature: 16a53deb75e70c3091e030f3f0214527
22

33
UNUSED LICENSES:
44

sky/packages/sky_engine/LICENSE

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10966,36 +10966,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1096610966
--------------------------------------------------------------------------------
1096710967
skia
1096810968

10969-
Copyright 2019 Google, LLC
10970-
10971-
Redistribution and use in source and binary forms, with or without
10972-
modification, are permitted provided that the following conditions are
10973-
met:
10974-
10975-
* Redistributions of source code must retain the above copyright
10976-
notice, this list of conditions and the following disclaimer.
10977-
* Redistributions in binary form must reproduce the above
10978-
copyright notice, this list of conditions and the following disclaimer
10979-
in the documentation and/or other materials provided with the
10980-
distribution.
10981-
* Neither the name of Google Inc. nor the names of its
10982-
contributors may be used to endorse or promote products derived from
10983-
this software without specific prior written permission.
10984-
10985-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
10986-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
10987-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
10988-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
10989-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
10990-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
10991-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
10992-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
10993-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
10994-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
10995-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10996-
--------------------------------------------------------------------------------
10997-
skia
10998-
1099910969
NEON optimized code (C) COPYRIGHT 2009 Motorola
1100010970

1100110971
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)