mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/dart 431176ea26..98b286de21 (16 commits)
dart-lang/sdk@98b286de21 [vm] Use ELF loader in dart2native. dart-lang/sdk@ff1a3f7e3a [vm/compiler] Add a snapshot-serialized function pool. dart-lang/sdk@bdf6b9505e [cfe] Ask for subtype checking mode explicitly dart-lang/sdk@c1616157d1 [cfe] Use a class instead of the enum for subtype check results dart-lang/sdk@be43bce0b6 [cfe] Make interface of subtype checks aware of nullabilities. dart-lang/sdk@0e24c2e6e5 [vm/compiler] Don't serialize precompiled constructors. dart-lang/sdk@f0b2a46734 [vm, fuchsia, arm64] Restore the shadow call stack on exceptions. dart-lang/sdk@97f14cced1 [vm, bytecode] Also generate split bytecode for the first compile. dart-lang/sdk@2590d065f1 Update test_reflective_loader, use @SkippedTest dart-lang/sdk@a7b03453d1 Sort the instrumentation renderer. dart-lang/sdk@8c3065e947 Add fuzz tests for annotation resolution crashes. dart-lang/sdk@989289c36f [ package:vm_service ] Add 'tokenPosToLine' and 'tokenPosToColumn' to `Script`, improve test coverage dart-lang/sdk@84383dff6d Fix elements resynthesizer tests on Windows. dart-lang/sdk@23aca57eda fix for adding boolean diagnostic property references dart-lang/sdk@6ec36b786f Generate a file for each compilation unit rather than for each library dart-lang/sdk@cb9a35ca53 Issue 38565. Revert incomplete annotation constructor invocation inference implementation.
This commit is contained in:
parent
0995d2a86e
commit
87177de4bb
4
DEPS
4
DEPS
@ -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': '431176ea268cbdae776bb66d58d555a68fb2c0fb',
|
||||
'dart_revision': '98b286de216b7426fdefa0dabeafed48ebedecc2',
|
||||
|
||||
# WARNING: DO NOT EDIT MANUALLY
|
||||
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
|
||||
@ -93,7 +93,7 @@ vars = {
|
||||
'dart_stream_channel_tag': '2.0.0',
|
||||
'dart_string_scanner_tag': '1.0.3',
|
||||
'dart_term_glyph_tag': '1.0.1',
|
||||
'dart_test_reflective_loader_tag': '0.1.8',
|
||||
'dart_test_reflective_loader_tag': '0.1.9',
|
||||
'dart_test_tag': 'test-v1.6.4',
|
||||
'dart_tflite_native_rev': '06e533a9747306d1114c53427cc67eda080f51f9',
|
||||
'dart_typed_data_tag': '1.1.6',
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: b4fab726722e5e7c758eecbf1a0024c5
|
||||
Signature: d0e8d021eed9f6adc1c90a88dcc7c697
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user