From 53c6d26fbb57e2b2521827c1cbe70efa48ecc04b Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 10 Oct 2019 21:45:45 -0700 Subject: [PATCH] Roll src/third_party/dart 48e93d3d3b..965b8cb1d8 (31 commits) dart-lang/sdk@965b8cb1d8 Use the forked NNBD SDK in the test runner. dart-lang/sdk@7e20ae579a Skip non-NNBD tests in NNBD test configurations. dart-lang/sdk@5facc76ad9 Initial set of hints for ffi dart-lang/sdk@ec86737818 [analyzer] fix an issue where the field analysisServerOptions.enableCompletionModel was not used dart-lang/sdk@62934463f2 only write posix style paths in the convertToRelativeImport quickfix dart-lang/sdk@b08d7756bd Prevent NPE in code completion when completing inside unnamed extension (issue 38798) dart-lang/sdk@0dd6ea1354 Deprecate 'useDart2jsPaths' in SdkLibrariesReader_LibraryBuilder. dart-lang/sdk@b8943f7056 improve codegen for unscoped and enum diagnostic properties dart-lang/sdk@87b0dbab2d [llvm_codegen] Contrived hello world dart-lang/sdk@5098e90de5 Change subtype check for overrides to handle variance. dart-lang/sdk@58c70b8e55 Store the actual static type of IntegerLiteral(s) in summary. dart-lang/sdk@a29bc5d5d3 Extend ResolvedAstPrinter to support more nodes. dart-lang/sdk@fd60a3eeba Flow analysis: generalize handling of `==`. dart-lang/sdk@3dc60dac99 Flow analysis: use a stack of context objects rather than a stack of states. dart-lang/sdk@94c0319b29 [vm/compiler] Accommodate for potential aliasing when accessing view with a const index. dart-lang/sdk@e998c6c284 [vm/compiler] Use environment from branch instruction in slow path of CheckedSmiComparison. dart-lang/sdk@b716137c90 linter 0.1.101 dart-lang/sdk@5688d7ba67 [vm/ffi] Make gen_snapshot use the compile-time error exit code if the isolate failed to load the kernel file dart-lang/sdk@8859206dba [vm/ffi] Remove Pointer.offsetBy. dart-lang/sdk@cba6c8cc3d [vm/ffi] Fix high memory addresses on 32 bit dart-lang/sdk@b97fc2e05f [kernel] fix a typo dart-lang/sdk@857f0e9e99 NNBD i13n: Re-introduce formatting dart-lang/sdk@63d3012e68 [vm/ffi] Deprecate Pointer.allocate/free. dart-lang/sdk@18aed26e83 [frontend_server] Wire up incremental serializer into frontend server / package VM dart-lang/sdk@5b4c930272 [vm/ffi] Document FFI static checks. dart-lang/sdk@109e7b0786 [vm] Ensure the new arm_x64 architecture will get `$builder_tag == crossword` set dart-lang/sdk@628e0434bd [vm/ffi] Enable analyzer on ffi test suite dart-lang/sdk@1dbfd1f6bc [vm/ffi] Add high memory test running in 32-bit configurations dart-lang/sdk@0ee78fac98 [cfe] Rename declaration.dart and procedure_builder.dart dart-lang/sdk@f6477854cd [vm/aot] Do not generate monomorphic prologue for functions which need args descriptor dart-lang/sdk@7b9a26ee6f NNBD i13n: ctor nav targets and details w/o targets --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index d64a19abcc6..bebb362522f 100644 --- a/DEPS +++ b/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': '48e93d3d3b38ec87a02a7f8743eae08aaa597965', + 'dart_revision': '965b8cb1d8e84a5e45be52eada3d547749d91107', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py @@ -62,7 +62,7 @@ vars = { 'dart_http_throttle_tag': '1.0.2', 'dart_intl_tag': '0.15.7', 'dart_json_rpc_2_tag': '2.0.9', - 'dart_linter_tag': '0.1.100', + 'dart_linter_tag': '0.1.101', 'dart_logging_tag': '0.11.3+2', 'dart_markdown_tag': '2.1.1', 'dart_matcher_tag': '0.12.3',