mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/dart d9944433af..2195a70249 (28 commits)
2195a70249 Make sure that path is correct on all test platforms
56f87f409e [dart:io,fuchsia] Pass Isolate namespace to child process. Fix double free.
b55bc09f1f Add list literal spread collection parsing support
4074ebd0a0 Partial implementation of the unified specification of definite assignment, type promotion, and reachability analysis.
43a96d49af Revert "[vm/compiler] AOT inline heuristics improvements"
a55b6fc183 Remove unused import
2908e61f2a [vm/compiler] AOT inline heuristics improvements
3154bb0d37 Stop using external deprecated members in front_end
ff06d233aa Set CompletionSuggestion.elementUri everywhere in analysis server that element is already being set.
23f427b1a7 Reland [VM/Compiler] Removing definition status from Store{Indexed,InstanceField}.
edca6169c1 Fixed a number of dart:html P1 issues.
ff5e5b6896 Regenerate LSP classes from spec + update README
116f678a69 [build] Enable mitigations for Cortex-A53 Erratum #843419 bug.
21edbbbac6 Add spread collection token to scanner
030fa85cea Fix windows tests
23b5aee978 Update dartfix NNBD to handle more situations
fe6b384ff5 revise dartfix protocol version check
61e81217f0 Update LSP status doc (rename is complete + tested in VS Code)
daead8dff8 Add test for LSP rename that edits multiple files
bdade89081 Improve testing of document versions in LSP renames
ecc1411685 Print constant table when printing libraries.
999c2a7582 Check for conflict with static members
3f44bd1bf9 Check for conflicts in mixins
aa59b20b4b Don't report conflicts twice
3ef8c296bd Improve detection of conflicts with inherited members and setters
50fa633c4a Report InheritedMembersConflict correctly
c25c30dc32 Remove some unused imports
c6ab52c9f9 Using the right conjunction
This commit is contained in:
parent
4b8cfb84e5
commit
bbd3420ffd
2
DEPS
2
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': 'd9944433af2fa90899a1787d48f7e64eb2f129e8',
|
||||
'dart_revision': '2195a70249cffd9e9347dab1fb5717a98481ecc8',
|
||||
|
||||
# WARNING: DO NOT EDIT MANUALLY
|
||||
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user