未验证 提交 35b62dda 编写于 作者: B Ben Konyi 提交者: GitHub

Roll src/third_party/dart 0c97c31b6e..a2aec5eb06 (22 commits) (#10139)

dart-lang/sdk@a2aec5eb06 [test] Deflakes, un-excepts http_close_test.
dart-lang/sdk@dd59b193c7 Revert 52cace8160 as it breaks flutter tests on android nexus 5x.
dart-lang/sdk@4cba23496a [dart2js] new-rti: Remove no-op evals.
dart-lang/sdk@a66a42baff Test for default value referencing extension static method.
dart-lang/sdk@5713caaf09 prepend all remaining scanner error tokens
dart-lang/sdk@ac6a3d9369 Revert "[dart2js] new-rti: Add 'minified:' tag to minified names"
dart-lang/sdk@9fe8865f4a [vm, bytecode] Implement ParameterMirror and enable mirror tests.
dart-lang/sdk@1ac0a36fcb [dart/vm] Fix division-by-zero bug in range analysis
dart-lang/sdk@939cce78b9 Create analysis server flag --completion-model
dart-lang/sdk@9e4cf6af14 Add tests for static extension methods.
dart-lang/sdk@35fb2377c5 [vm/bytecode] Properly handle non-live bytecode frames in debugger.
dart-lang/sdk@3e3d6473bc Perform more resolution of method invocations involving extension methods
dart-lang/sdk@bf4bde6ea2 Move test cases from flow_analysis_test.dart into front end.
dart-lang/sdk@55a4ee8a5d [vm] correctly create connection errors
dart-lang/sdk@e0ee7cbc7f [dart2js] new-rti: Add 'minified:' tag to minified names
dart-lang/sdk@3c05b8199b move identifier recovery into scanner
dart-lang/sdk@c62bd8f3f4 prepend unterminated comment error token and others
dart-lang/sdk@34ed30f020 prepend unterminated string error code
dart-lang/sdk@24d1e511df improve missing hex digit recovery
dart-lang/sdk@3999da0892 Fix paths when run from same directory as manifest
dart-lang/sdk@9d786640df [dart2js] Use Indexed{Sink/Source} for ConstantValue
dart-lang/sdk@f38a719933 linter 0.1.95
上级 0ecb793e
......@@ -34,7 +34,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': '0c97c31b6e8e6c32494562a6c4df472dde168687',
'dart_revision': 'a2aec5eb0656a506e525c33f73ecfe645fe749f5',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
......@@ -63,7 +63,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.94',
'dart_linter_tag': '0.1.95',
'dart_logging_tag': '0.11.3+2',
'dart_markdown_tag': '2.0.3',
'dart_matcher_tag': '0.12.3',
......
Signature: d00ea8b1ae9fe8c57719ef4c043f74ed
Signature: 3280944f1c8a450091f4704de8136afc
UNUSED LICENSES:
......@@ -3539,6 +3539,37 @@ met:
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
engine
icu
Copyright 2014 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
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.
--------------------------------------------------------------------------------
icu
Copyright 2014 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
icu
Copyright © 1991-2018 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册