Roll src/third_party/dart 077795b3e5..3f32196958 (29 commits) (#14072)

dart-lang/sdk@3f32196958 Make LateInitialziationError abstract and uninstantiable.
dart-lang/sdk@5013ce6e5d [cfe] Use correct types and errors in late lowering
dart-lang/sdk@46a5f35da7 [infra] Bump VERSION to 2.8.0
dart-lang/sdk@97d6ac21d5 [CFE] Spell check on kernel src; presubmit on kernel & _fe_analyzer_shared
dart-lang/sdk@1454a67e09 [cfe] Don't use multiple null-aware guards in opt-out
dart-lang/sdk@12d9bedb33 [CFE] Let spell checker report all reported words at the end
dart-lang/sdk@88630cc235 Move real resolveConstructors from ClassBuilderImpl to SourceClassBuilder
dart-lang/sdk@05406716bd [infra] Add count of test result messages sent to Pub/Sub
dart-lang/sdk@c1d21c368a Move a few methods from ClassBuilderImpl to SourceClassBuilder
dart-lang/sdk@1c3468a646 [kernel] Remove Library.isExternal
dart-lang/sdk@3557973a75 Move 5 verifier classes out of resolver.dart, into their own libraries.
dart-lang/sdk@3de7487a2c Report an error for 'late final' fields in classes with const constructors.
dart-lang/sdk@59d3a2d143 Unify the names of two codes for documentation purposes
dart-lang/sdk@0a575d8681 Unify two diagnostics into instantiate_abstract_class
dart-lang/sdk@7707c2a84c Issue 39563. Expression body always exists.
dart-lang/sdk@c6326de855 Improve the highlight region for variable_type_mismatch diagnostic
dart-lang/sdk@f7549f6dd7 [cfe] Test suites runner: improve format of timing information
dart-lang/sdk@de36aa0f1a [dartfuzz] Temporarily disable Float32x4.reciprocal() and Float32x4.reciprocalSqrt()
dart-lang/sdk@59c41f21d6 [vm/compiler] Avoid dead global pool entries due to bailouts
dart-lang/sdk@63333deed6 [vm/cfe] Elaborate for-in statements during async transform
dart-lang/sdk@5b31b1e26d Improve the selection range when reporting that an invoked constructor is not marked as const
dart-lang/sdk@46c042a118 Improve a diagnostic message by unwrapping Future (issue 39561)
dart-lang/sdk@078806851c [vm] Use static type of captured variables.
dart-lang/sdk@47ce35faf8 [benchmark] Exclude large front end tests and fix tensorflow exclusion.
dart-lang/sdk@27bdabe02e [SDK] Stop injecting <async gap> when async hasn't yielded yet.
dart-lang/sdk@8023accf3f [vm/ffi] Fix source information in generated AST nodes - part 2
dart-lang/sdk@f9cedb6813 [vm/ffi] Fix source information in generated AST nodes
dart-lang/sdk@4d95ec1360 [vm] Enable multiple entry-points for unoptimized calls.
dart-lang/sdk@659b32ffc8 [cfe] Handle chained null shorting and null aware if-null set
This commit is contained in:
Ben Konyi 2019-12-02 11:07:33 -08:00 committed by GitHub
parent 407eb42057
commit 9cda1eb978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

2
DEPS
View File

@ -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': '077795b3e527bb4868f46ca1b0f52e6ac645e069',
'dart_revision': '3f32196958970682b1acba6abb73bb891e23709e',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

View File

@ -1,4 +1,4 @@
Signature: 4ce27405521b707b43c2d0e6efdc8d5b
Signature: 69a0bc4edef486cababeace42b42336a
UNUSED LICENSES:
@ -7699,6 +7699,7 @@ FILE: ../../../third_party/dart/sdk/lib/ffi/dynamic_library.dart
FILE: ../../../third_party/dart/sdk/lib/ffi/ffi.dart
FILE: ../../../third_party/dart/sdk/lib/ffi/native_type.dart
FILE: ../../../third_party/dart/sdk/lib/ffi/struct.dart
FILE: ../../../third_party/dart/sdk/lib/internal/errors.dart
FILE: ../../../third_party/dart/sdk/lib/wasm/wasm.dart
FILE: ../../../third_party/dart/sdk_nnbd/lib/_internal/js_runtime/lib/rti.dart
FILE: ../../../third_party/dart/sdk_nnbd/lib/_internal/js_runtime/lib/shared/recipe_syntax.dart
@ -7711,6 +7712,7 @@ FILE: ../../../third_party/dart/sdk_nnbd/lib/ffi/dynamic_library.dart
FILE: ../../../third_party/dart/sdk_nnbd/lib/ffi/ffi.dart
FILE: ../../../third_party/dart/sdk_nnbd/lib/ffi/native_type.dart
FILE: ../../../third_party/dart/sdk_nnbd/lib/ffi/struct.dart
FILE: ../../../third_party/dart/sdk_nnbd/lib/internal/errors.dart
FILE: ../../../third_party/dart/sdk_nnbd/lib/wasm/wasm.dart
----------------------------------------------------------------------------------------------------
Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file