Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dart SDK roll for 2019-04-30 (flutter#8796)
* Update dart_quiver_tag to dart_quiver-dart_tag to match Dart SDK deps * Roll src/third_party/dart c46deeb..5fbf772 (68 commits) 5fbf772 [ VM ] Updated splay-tree licenses, added V8 project authors to AUTHORS e803d02 [vm] Update Isolate to C++11 style. aebc542 update scanner to process language version comment 597e9c6 Update new issue template. af1dbdf Change representation of ExpressionChecks. 5152269 Convert another test class from ResolverTestCase to DriverResolutionTest a8d034f [vm/reload] Make sure classes in saved class table are visited by GC 25daff6 Support for 'late' keyword. ae97367 Support for 'required' keyword and default parameter kinds. 0213a31 Fix for default parameters without name. 347b72c [vm] Bypass malloc for large Zone allocations to avoid jemalloc leaks. a7325f9 Re-enable and fix the move_file_test.dart tests in the analysis server. 4215dc8 cleanup analyzer warnings f6f59c9 Rename quiver revision variable so it matches [dep_name]_tag pattern. ea70896 Find type alias self-references during linking. afe805f Fix hint unused_shown_name 156de21 Adapt OptionalConstMixin to summary2. 0bfe57d Store unresolved URIs, but as empty strings. ca3d908 With issue 36262 fixed, remove the workaround. 4d72170 encapsulate scanner configuration in ScannerConfiguration 7757c3e [vm] Consolidate generic move code between ParallelMoveResolver and FFICall 1dd0f88 Don't allow `null` as argument to `StreamIterator` constructor. 9cf5e51 Consolidate test usage of ExpressionChecks.nullCheck into a single method. 43937aa Don't let expression compilation bleed into real library 054d1a3 Another test for reissuing problems 0325d50 [CFE] Add disambiguation for type parameters if needed d8739b5 Don't try to initialize from empty dill af3ec66 [Kernel] Fix specification of constant reference. f3e1480 Update manifest checks watnings and corrections 243373a [vm, x64] Tighten the monomorphic entry sequence. 532226f The library is synthetic when its defining unit is synthetic. 6e72fed [vm] Fix for flaky crashes in background compiler while Dart_SortClasses() is running 611dbeb [vm, fuchsia] Fix deps and stop suppressing -fvisibility=hidden. 87a3256 Add lineOffset and columnOffset fields to the Script service protocol class. 0b9060e [vm] Fixes for flaky crashes when querying source or source location c944328 Refactor types resolution, compute default types for type parameters. 6436104 [vm/tests] Fix flaky crashes on vm/cc/GenKernelKernelMaxRSS test b83902d Add a language_2 test for missing arguments related to required named parameters 950e174 It is not an error for a late final variable to not have an initializer in nnbd c4c357e [vm/interpreter] Fix for flaky crashes in interpreter 6ef55ce [dart/vm] fix build breakage in assembler_dbc_test 9b3567a Rename poorly named error code and improve the message 7d462b1 [vm, fuchsia] Add back -fvisibility=hidden suppressions. 66fbaf3 Update CHANGELOG.md with AOT 9de07a2 [infra] Bump version file on master to 2.3.0 2f06696 Include the keyword required when printing elements, with additional cleanup 49573f5 cleanup analyzer warnings 2439618 [ VM / Service ] Handle case where user navigates to Observatory without a slash trailing the authentication code. 4038f91 Change the messaging for the CrOS touchscreen check e2d0f5a Add `featureSet` parameter to Parser constructor. b378eef Add a option to pass in version file to tools 37f9155 Introduce AstFactory.compilationUnit2 with a required featureSet argument. 3d0825d Improve the message when a mixin cannot be applied because the superclass does not implement a required class (issue 36775) 3d0cdc8 Switch perf.dart completely over to Fasta parser. 4028fec Reland "[vm] Finish adding support for ECMAScript 2018 features." 160aa37 Ignore exporting of unavailable libraries. f598581 Support for type parameters in function typed formal parameters. d816a46 Convert MixinDriverResolutionTest to subclass DriverResolutionTest fd76dda Identify mobile or web Flutter correctly when both are possible. 7e0d76c Compute BuiltWorld properties from member usage e00b2b5 [dart/fuzzer] restrict length parameter in List fill 5964ec4 Disable all tests in move_file_test.dart by renaming the file to move_file_disabled.dart c3669f7 Add a diagnostic for missing arguments associated with required named parameters f3b6028 [vm/interpreter] Bump usage counters and trigger compilation of invoke-field ec15148 [dart/fuzzer] no target on unsupported build targets 986978a Additional FeatureSet plumbing for parser_fasta_test.dart 0dc33da Add LinterContext.canBeConstConstructor(). d033237 Fix an exception in flutter outline when using ui-as-code elements (issue 36772)
- Loading branch information