未验证 提交 384d6147 编写于 作者: B Ben Konyi 提交者: GitHub

Roll src/third_party/dart 80c4954d4d..bd049f5b53 (37 commits) (#10294)

dart-lang/sdk@bd049f5b53 [llvm] Fix bit target definition on Windows - it needs .exe extension
dart-lang/sdk@782243640b Fix NPE (issue 37677)
dart-lang/sdk@2390a25341 [dartdevc] emit base types (void/dynamic) eagerly
dart-lang/sdk@0451f598cc Warn about UI-as-Code features in const context with low SDK constraint
dart-lang/sdk@8293e96ba9 Fix INFERENCE_FAILURE_ON_COLLECTION_LITERAL to allow for dynamically-typed elements.
dart-lang/sdk@3b1cb90146 allow void in extension declaration header
dart-lang/sdk@9ecd475c03 Copy pkg/analysis_server/language_model to dart-sdk/model for x64 builds
dart-lang/sdk@58d3d71df4 [fasta] Don't report errors on NNBD features if experiment is enabled
dart-lang/sdk@6c1523410f Flow analysis: Create definite assignment test cases.
dart-lang/sdk@973a236558 Fail analyzer ID tests if errors are found.
dart-lang/sdk@7557a14a74 Move test cases from type_promotion_test.dart into front end.
dart-lang/sdk@9f2845e39b Resolve index operators from extensions
dart-lang/sdk@cdf56d7892 [vm] Ensure we wait for the service-isolate to boot-up before communicating with it
dart-lang/sdk@d3fbbf8b5a Fix the dart-sdk-linux task by not building analysis server on 32 bit ARM architecture
dart-lang/sdk@3fa3f0e62d Enhance the comment for TypeParameterElement.bounds to capture information from a previous CL
dart-lang/sdk@8cce940579 [API] Makes Dart_InvokeVMServiceMethod errors more specific.
dart-lang/sdk@2e197ae4de [vm/compiler] Tweaks and additions to IL serializer/S-expressions.
dart-lang/sdk@2875b1bcce [kernel][nnbd] Keep declared nullability on type parameter types
dart-lang/sdk@59aa4cd693 [cfe] Merge more Kernel*Builder classes into *Builder classes
dart-lang/sdk@fe2f82650b [cfe] Remove generics from Loader and UnresolvedType
dart-lang/sdk@b7eeacfc24 [infra] Add script to publish results.json to Cloud Pub/Sub
dart-lang/sdk@0a85a8878d [vm/llvm] Use relative paths in LLVM build rules.
dart-lang/sdk@20e4c74f7f [fasta][nnbd] Print NNBD type modifiers in Kernel's text representation
dart-lang/sdk@776f2d34e9 Migration: implement "exact nullability" propagation.
dart-lang/sdk@40e6954a30 [vm/bytecode] Update error messages for dart:mirrors and dart:ffi
dart-lang/sdk@1e80e917b6 [ VM / Service ] Update package:vm_service to support service protocol 3.25
dart-lang/sdk@5f32027e1d [ VM / Service ] Add getInboundReferences, getRetainingPath RPCs and InboundReferences, InboundReference, RetainingPath, RetainingObject objects.
dart-lang/sdk@e91e3b816b Revert "[vm] Fix deadlock in isolate shutdown."
dart-lang/sdk@18e4e7830d [ VM / Service ] Bump VM service version to 3.24
dart-lang/sdk@8591778065 [ VM / Service ] Added 'operatingSystem' property to VM object
dart-lang/sdk@de013a4b51 Add an optional path parameter to parseString.
dart-lang/sdk@d8160e0cb1 [vm] Fix deadlock in isolate shutdown.
dart-lang/sdk@bb34cfeb25 [dart/fuzzer] Extend list of forbidden classes/methods
dart-lang/sdk@361d27e20b [dart/vm] Fix bug in parallel move/register allocator
dart-lang/sdk@f166a82b19 [vm/bytecode] Improvements in bytecode debugger.
dart-lang/sdk@773f8d53ed Reland "[llvm] Add initial scaffolding"
dart-lang/sdk@f56a6a4246 test_matrix.json changes for simarm_x64
上级 26419702
......@@ -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': '80c4954d4d1d2a257005793d83b601f3ff2997a2',
'dart_revision': 'bd049f5b53ef0730fa6cbd7b88656f1bec308283',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
......@@ -96,7 +96,7 @@ vars = {
'dart_term_glyph_tag': '1.0.1',
'dart_test_reflective_loader_tag': '0.1.8',
'dart_test_tag': 'test-v1.6.4',
'dart_tflite_native_rev': '712b8a93fbb4caf83ffed37f154da88c2a517a91',
'dart_tflite_native_rev': 'b32366dae7446e0e7c29f407cc74717f44b00b30',
'dart_typed_data_tag': '1.1.6',
'dart_usage_tag': '3.4.0',
'dart_watcher_rev': '0.9.7+12-pub',
......@@ -191,6 +191,9 @@ deps = {
# WARNING: Unused Dart dependencies in the list below till "WARNING:" marker are removed automatically - see create_updated_flutter_deps.py.
'src/third_party/dart/pkg/analysis_server/language_model':
{'packages': [{'version': 'gABkW8D_-f45it57vQ_ZTKFwev16RcCjvrdTCytEnQgC', 'package': 'dart/language_model'}], 'dep_type': 'cipd'},
'src/third_party/dart/third_party/observatory_pub_packages':
Var('dart_git') + '/observatory_pub_packages.git' + '@' + Var('dart_observatory_pub_packages_rev'),
......@@ -344,12 +347,12 @@ deps = {
'src/third_party/dart/third_party/pkg/test':
Var('dart_git') + '/test.git' + '@' + Var('dart_test_tag'),
'src/third_party/dart/third_party/pkg/tflite_native':
Var('dart_git') + '/tflite_native.git' + '@' + Var('dart_tflite_native_rev'),
'src/third_party/dart/third_party/pkg/test_reflective_loader':
Var('dart_git') + '/test_reflective_loader.git' + '@' + Var('dart_test_reflective_loader_tag'),
'src/third_party/dart/third_party/pkg/tflite_native':
Var('dart_git') + '/tflite_native.git' + '@' + Var('dart_tflite_native_rev'),
'src/third_party/dart/third_party/pkg/typed_data':
Var('dart_git') + '/typed_data.git' + '@' + Var('dart_typed_data_tag'),
......
Signature: 20a3b9473a6cb5d8ec037e32c9b029fa
Signature: 8b741da9209824b378c43bf94209e9b3
UNUSED LICENSES:
......@@ -4694,6 +4694,10 @@ FILE: ../../../third_party/dart/runtime/lib/ffi_dynamic_library.cc
FILE: ../../../third_party/dart/runtime/lib/ffi_dynamic_library_patch.dart
FILE: ../../../third_party/dart/runtime/lib/ffi_native_type_patch.dart
FILE: ../../../third_party/dart/runtime/lib/ffi_patch.dart
FILE: ../../../third_party/dart/runtime/llvm_codegen/bit/bit.h
FILE: ../../../third_party/dart/runtime/llvm_codegen/bit/main.cc
FILE: ../../../third_party/dart/runtime/llvm_codegen/bit/test.cc
FILE: ../../../third_party/dart/runtime/llvm_codegen/codegen/main.cc
FILE: ../../../third_party/dart/runtime/tools/dartfuzz/dartfuzz_api_table.dart
FILE: ../../../third_party/dart/runtime/tools/dartfuzz/gen_api_table.dart
FILE: ../../../third_party/dart/runtime/tools/graphexplorer/graphexplorer.html
......@@ -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.
先完成此消息的编辑!
想要评论请 注册