Skip to content

Commit 67d284d

Browse files
committed
Roll src/third_party/dart 24725a8559..28f95fcd24 (32 commits)
dart-lang/sdk@28f95fcd24 [cfe] Track dependencies in the incremental compiler dart-lang/sdk@afac6b1d50 [kernel] Fix text serialization for Constant nodes dart-lang/sdk@b64ab73b02 [cfe] Shard front-end tests dart-lang/sdk@4686393ccb [cfe] Add test for the id testing system. dart-lang/sdk@e4689c9302 [dart2js] Use new pragma directive syntax. dart-lang/sdk@07a53a3cc9 Set onDiagnostic in DDCs incremental compiler code path dart-lang/sdk@464a5a640f Issue 37401. Support for const Set default values in mocks. dart-lang/sdk@55b67e9eae [vm/bytecode] Ignore source positions not denoting a debug point in debugger. dart-lang/sdk@96906936b4 [vm/bytecode] Fix writing and reading of nested function types in bytecode dart-lang/sdk@55078c0d2f [dartdevc] Fix emitting double constants from the SDK dart-lang/sdk@1e4b799a58 It is an error for an extension to declare an abstract method dart-lang/sdk@28962e1e80 Support static fields in extensions dart-lang/sdk@7cadd70696 Fix language_2/ct_const_test dart-lang/sdk@a917043332 APIs for editing Flutter widget properties. dart-lang/sdk@09b93b7ea0 [fasta] Tweak fasta unit tests setup in anticipation of constant update 2018 dart-lang/sdk@3c3dc09d47 Test that ! on void is a compile time error dart-lang/sdk@7139a2ab3a [vm] Fix function resolution so that it stops when it finds target even if it can't add method extractor. dart-lang/sdk@d1bd3a2f43 [gardening] Fix language_2/generic_instanceof2_test dart-lang/sdk@3dcaea5a25 [vm/aot/tfa] Update TFA unit tests to work with constants-update-2018 dart-lang/sdk@e95b1f7bf0 Make UNNECESSARY_NULL_AWARE_CALL a warning dart-lang/sdk@2c26ece3cf [gardening] Fix non-web-integer in corelib_2/num_parse_test dart-lang/sdk@1eb1520702 [vm/bytecode] Prevent triggering optimizing compilation from interpreter dart-lang/sdk@ed764e5688 [gardening] Delete legacy parser_quirks_test dart-lang/sdk@723bb0eee1 [dartdevc] make nullable_inference_test resilient to const refactor dart-lang/sdk@f521f38b57 [vm/kernel] Handle InvalidExpression in constant contexts dart-lang/sdk@0c9abb8816 [vm/ffi] Support structs on 32bit architectures dart-lang/sdk@25bac04503 [tests] Delete temporary const tests dart-lang/sdk@f40aac1b75 [cfe] Move general testcases into general/ subfolder dart-lang/sdk@14ea27e65b [vm/concurrency] Make thread_registry not depend on [Isolate], move mutator thread from thread registry to isolate dart-lang/sdk@97587b554f Update the element model to support extension methods dart-lang/sdk@a8331cd109 Remove the STRONG_MODE_ prefix from error codes dart-lang/sdk@4c5028d139 [vm/concurrency] Make an IsolateGroup object which will contain group-specific resources
1 parent 919e353 commit 67d284d

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vars = {
3434
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3636
# updated revision list of existing dependencies.
37-
'dart_revision': '24725a85596446a4c75da8bea0e869d047eb54fc',
37+
'dart_revision': '28f95fcd244d4ebeccfa43dc9286ec4aed8d2326',
3838

3939
# WARNING: DO NOT EDIT MANUALLY
4040
# 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: b1d2f51063722465da09e691bf164c84
1+
Signature: 52ed72fb9a8c966f62c9a3bf33fc1552
22

33
UNUSED LICENSES:
44

sky/packages/sky_engine/LICENSE

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3539,6 +3539,37 @@ met:
35393539
contributors may be used to endorse or promote products derived
35403540
from this software without specific prior written permission.
35413541

3542+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3543+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3544+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3545+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3546+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3547+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3548+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3549+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3550+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3551+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3552+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3553+
--------------------------------------------------------------------------------
3554+
engine
3555+
icu
3556+
3557+
Copyright 2014 The Chromium Authors. All rights reserved.
3558+
3559+
Redistribution and use in source and binary forms, with or without
3560+
modification, are permitted provided that the following conditions are
3561+
met:
3562+
3563+
* Redistributions of source code must retain the above copyright
3564+
notice, this list of conditions and the following disclaimer.
3565+
* Redistributions in binary form must reproduce the above
3566+
copyright notice, this list of conditions and the following disclaimer
3567+
in the documentation and/or other materials provided with the
3568+
distribution.
3569+
* Neither the name of Google Inc. nor the names of its
3570+
contributors may be used to endorse or promote products derived from
3571+
this software without specific prior written permission.
3572+
35423573
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
35433574
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
35443575
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
@@ -7506,36 +7537,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
75067537
--------------------------------------------------------------------------------
75077538
icu
75087539

7509-
Copyright 2014 The Chromium Authors. All rights reserved.
7510-
7511-
Redistribution and use in source and binary forms, with or without
7512-
modification, are permitted provided that the following conditions are
7513-
met:
7514-
7515-
* Redistributions of source code must retain the above copyright
7516-
notice, this list of conditions and the following disclaimer.
7517-
* Redistributions in binary form must reproduce the above
7518-
copyright notice, this list of conditions and the following disclaimer
7519-
in the documentation and/or other materials provided with the
7520-
distribution.
7521-
* Neither the name of Google Inc. nor the names of its
7522-
contributors may be used to endorse or promote products derived from
7523-
this software without specific prior written permission.
7524-
7525-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7526-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7527-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
7528-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
7529-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7530-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7531-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7532-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7533-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7534-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
7535-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7536-
--------------------------------------------------------------------------------
7537-
icu
7538-
75397540
Copyright © 1991-2018 Unicode, Inc. All rights reserved.
75407541
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
75417542

0 commit comments

Comments
 (0)