Skip to content

Commit bb35436

Browse files
committed
Roll src/third_party/dart 70e3e67dd7..5e9df35a57 (45 commits)
5e9df35a57 [vm/ffi] Correctly sign- or zero-extend arguments and return values from native code. 33491a7d61 [infra] Remove unneeded check in test.py def9671d32 [VM/SIMDBC] Add simdbc64 bytecodes to allow LoadIndexed/StoreIndexed to work on untagged arrays 8af57275eb Can't override implied setter covariantly 578249629d [co19 DEPS updated] c4c0db440c Handle ir constants in noSuchMethod handling and deferred load 58882ffdd4 VM reads import uri if kernel binary version >= 22 3c2bfa554a Resolve type conflicts in dart:js e9e0daee5c Add importUri and fileUri to Source. 4daa9b94ea [cfe] Compile if elements in lists and sets c9efa472da Remove instrumentTopLevelInference as it is redundant with expectation files 57ac8b1ad9 Remove redundant instrumentation from tests and expectations. 6e1888af6b Circular type inference leads to InvalidType 479483ed13 Compute isGenericCovariantImpl in outline phase b18b626d78 Remove deprecated AST structures related to the "UI as code" feature. 7fe4253a4e [analyzer] fix flutter#36158, implicit cast missing on covariant return type 7e14f2aded Removed mirror methods from DeferredLoadTask dec7e65334 Delete Flags.enableExperimentalMirrors 7eabbe70cd Make the --repl-compile option visible 9c8e6dc42c [analyzer] rewrite mostSpecificTypeArgument to use asInstanceOf 565e56dba6 [vm] Reduce cost of allocation tracing. eaf41e49bf Re-land Linter 0.1.83 337a252c31 [analyzer] UI as code test cleanup 89f00ab25f Add a build rule for bytecode version of kernel_service.dill fadf9b5fb3 [vm] Account for direct code calls from unoptimized code for --reused_instructions. d0bdfee041 Fix DDC cast -- cast key/value/element individually & don't clobber names. 67243e0396 AstTextPrinter that prints AST tokens into their original positions. d214646d89 Remove TestAnalysisContext and related. 22c535ac6e [dartdevc] simplify code for emitting constants 040fa0f83c Add undefined identifier test for for loops 21810c2aa1 Include gen_kernel_bytecode in create_sdk so that it can be uploaded by the builders 5614f8d771 Revert "bump linter to 0.1.83" 85e5684863 Remove OptionsWorkManager and GenerateOptionsErrorsTask is not a task. 33100aa1ce Delete some copy/pasted doc comments 2c001aacc0 [vm] Address various quirks observed in Fuchsia profiling samples. 9910374c20 Fix mistakes in control flow ambiguity test. 87108efecb [gardening] Update flutter patch so flutter compile_test passes. 55f3edadbe [dartdevc] Initial support for spread collections 2ceaccf5f6 Report EQUAL_ELEMENTS_IN_CONST_SET. 0c34bf13ea update ElementResolver postfix NNBD bang processing 9788949db8 Run dartfmt on pkg/analyzer/test/dart/ast/ast_test.dart d012972c8d [CFE] Fold the asExpression call into the unique function. ee1e036adf [CFE] Lazy constant evaluation for maybe-evaluated expressions. 330b958e20 [CFE] Check for null in constant evaluation. ca5ac975fe Fix for crash in _DartNavigationComputerVisitor._addUriDirectiveRegion when part has invalid URI.
1 parent 3b19a4d commit bb35436

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vars = {
3131
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3232
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3333
# updated revision list of existing dependencies.
34-
'dart_revision': '70e3e67dd71267a611429602b342d484fca9b89b',
34+
'dart_revision': '5e9df35a5794413202fbcaf0c41f6d4c5d2e7b81',
3535

3636
# WARNING: DO NOT EDIT MANUALLY
3737
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -48,7 +48,7 @@ vars = {
4848
'dart_crypto_tag': '2.0.6',
4949
'dart_csslib_tag': '0.14.4+1',
5050
'dart_dart2js_info_tag': '0.6.0',
51-
'dart_dart_style_tag': '1.2.2',
51+
'dart_dart_style_tag': '1.2.4',
5252
'dart_dartdoc_tag': 'v0.28.2',
5353
'dart_fixnum_tag': '0.10.9',
5454
'dart_glob_tag': '1.1.7',
@@ -60,7 +60,7 @@ vars = {
6060
'dart_http_throttle_tag': '1.0.2',
6161
'dart_intl_tag': '0.15.7',
6262
'dart_json_rpc_2_tag': '2.0.9',
63-
'dart_linter_tag': '0.1.82',
63+
'dart_linter_tag': '0.1.83',
6464
'dart_logging_tag': '0.11.3+2',
6565
'dart_markdown_tag': '2.0.2',
6666
'dart_matcher_tag': '0.12.3',

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: c306c24d471bef4884795341830a763e
1+
Signature: d8611addc54dd5fe85355e2e888206d4
22

33
UNUSED LICENSES:
44

0 commit comments

Comments
 (0)