From fd780a02fa8b0951a5e1a635887d8da2a5f40b85 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 22 Apr 2019 21:42:21 -0700 Subject: [PATCH] Roll src/third_party/dart cf4444b803..1f1592edce (49 commits) 1f1592edce Add manifest checks for touchscreen feature 630058286f [build] Fix deps for dart_io. 5ee20c99ac [vm/aot/tfa] Workaround for crash in getStaticType 2c304d997f [dartdevc] fix #36372, make JS Array constructor property usable from JS ef9c25c08b Support codeOffset/Length for CompilationUnit and other nodes. 80bed430c8 Extract AnalysisDriver tests that work with summary1 into a separate test class. 39662f8108 Set ElementAnnotation for directives. c7279d347b Always lazy create TypeParameterTypeImpl. 27b64953d5 Fixes for applying resolution for fields metadata. 385406ac92 Give LinkedElementFactory its AnalysisSession, fixes for nameOffset. 8b6d04b2ee sort tests c89e71cd40 The default return type for []= is void. 971f4845d7 [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 3aef424c9c Always add imported / exported files, even if they are parts. e7a54a9759 Support for TokenType.GT_GT_GT ec79fc2ff4 update AstBuilder to process "late" modifier 390ba6925d Allow nnbd to be enabled in tests d1b675055c Read all GenericFunctionType(s) and TypeParameter(s) is lazy AST before reading eager AST. 17db9f986a Simplify type tests in nullable_type_ambiguous_test.dart dfa56c7031 [vm, interpreter] Invoke field as a bytecode. 2d6313c9e4 Prepare to publish analyzer version 0.36.1 4a33d33297 Store FeatureSet in CompilationUnit. 08832508ec Forward "late" modifier to parser listeners 449cdecda2 [vm/interpreter] Fix bytecode instruction formats in interpreter 6d9d95d938 Add GenericFunctionTypeImpl.declaredElement fd48001ace Put NNBD modifiers behind a flag a9b1d9e33b Splice resolved API nodes and unresolved function bodies. 38eed58f61 Fix hints in nullability migration code d50232a3f5 Plumb new FeatureSet class into AstBuilder. 780f1b6c3e Remove unused imports c3f822eae6 Attempt to fix failures on the windows bot 47a8ff60e1 Convert more analyzer unit tests 76f177a492 Use a non-null index for all features, even expired ones. f5224b53e4 [dart_internal] Bump SDK constraint upper-bound to <2.4.0 3d1ca4ae39 Revert "[vm, interpreter] Invoke field as a bytecode." c85631330d [vm, interpreter] Invoke field as a bytecode. 680744d169 Fix version number strings to always include a patch number. cb4db33010 [vm/debugger] fix order of type arguments in debugger 1ecedb2341 Fix JsLinkedHashMap memory leak af0fa108da Add support for required named parameters a2e06eafff allow built-in keywords as identifier in for-in loop 63658b113c Proposed new API for tracking feature opt in/out 8924c18003 [vm/tests] Revert changes in pkg/vm unit tests after constant-update-2018 was disabled aaa829695f Fix typo in CHANGELOG.md 78340fdf82 [vm] Support ListInterfaces for android 9e87c16677 Record TopLevelInferenceErrorKind.dependencyCycle in summary2. 3ae2ef7763 parse "late" modifier b352b5ffb7 [vm, jit] The hottest Smi ops are + < == not + - ==. 3f477a6218 Consolidated CHANGELOG entry for 2.3.0. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 3d1704ecfb..51bfddbf0a 100644 --- a/DEPS +++ b/DEPS @@ -31,7 +31,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': 'cf4444b803a376bb1ad6442e1f09434a4d58167b', + 'dart_revision': '1f1592edce7122ff657d9538d58d9cce0cae46e6', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py