Skip to content

Commit

Permalink
Roll src/third_party/dart 2fb6cd9..674fd0e (58 commits) (flutter#8110)
Browse files Browse the repository at this point in the history
674fd0e Fixes VSCode highlighting of num.dart.
fa90c9a New summaries work snapshot.
ed9e70c Add completion support for the ui-as-code features
1335296 Move SourceLibraryBuilder builder, support for typedef(s), some type parameters.
9ff0a65 Revert "Reland "[VM runtime] Dual mapping of executable pages.""
9e5cf6b Improve set/map/list literal type checking.
affcca7 Fix some tests broken by CL 94993
f6c8468 Revert "Eliminate uses of old AST node types from pkg/analyzer/lib/src/summary"
303b8ba fix for null_closures
231c5c1 Create codegen work item for all members
0b40a46 Eliminate uses of old AST node types from pkg/analyzer/lib/src/summary
37fa71d Resolve types in scopes, resynthesize some elements.
9f7e11c Remove extraneous `3` from method name
d4ccff7 Fix _inferSetOrMapLiteralType to handle a context of `?` correctly.
1e1d19b fix for replace_colon_with_equals
04befc2 Improve type inference tests
73be247 Eliminate uses of old AST node types from pkg/analyzer/lib/src/generated
068aa0d Support eagerly initialized static fields.
e6f56a8 [vm/compiler] first vm implementation of block expression
474e7dc update add await fix description
b3b9375 Update comments to refer to the greatest/least closure operation.
6387b1b Clarify ambiguity handling logic in _inferSetOrMapLiteralType
b72ab07 Add an Iterable type to the nonstandard SDK test.
1ce3e8a Reland "[cfe] Handle spread map entries of static type Null"
9f64763 Reland "[cfe] Compile null-aware spreads in non-const maps"
10b38fd Reland "[cfe] Handle spread elements of static type Null"
c31be8a Reland "[cfe] Disambiguate between sets and maps with spreads"
8430281 Add an implementation of ScopedVisitor.visitForEachPartsWithDeclaration.
6da340b Reland "[VM runtime] Dual mapping of executable pages."
2b501b2 Revert "[cfe] Disambiguate between sets and maps with spreads"
ff5f5de Revert "[cfe] Handle spread elements of static type Null"
b2cb604 improve literal list/map/set control flow recovery
d2d0984 [tests] Fix some control flow collections tests
1a2c93a Revert "[cfe] Compile null-aware spreads in non-const maps"
afccd8c Revert "[cfe] Handle spread map entries of static type Null"
6c8dbd8 [infra] Support different local named configurations in tools/test.dart.
166c5e4 Use subtype rather than assignability to disambiguate maps/sets.
2e9ff26 Fix overflow bug in BigInt implementations.
9a7679e Remove some of the tests of the task framework to reduce references to it
6e35985 Move ConstantEvaluationTarget out of the task model
ccd2c85 [cfe] Handle spread map entries of static type Null
3160b08 [cfe] Compile null-aware spreads in non-const maps
0a13ef7 [cfe] Handle spread elements of static type Null
b817b27 [cfe] Disambiguate between sets and maps with spreads
0e054b1 Some fixes for UI-as-code type inference
8d88316 fix for unawaited_futures
5eefbd8 [vm/ffi] Add a slot for RawPointer::address.
ff55d42 [kernel] Collection concatenation nodes.
52ff930 [cfe] Desugar map spread entries in non-const map literals
76ff150 [cfe] Add type inference for spreads in map literals
95b0e57 [gardening] Disable ASAN's coredump suppression via ASAN_OPTIONS.
235e5f3 Allow component to easily adopt libraries at will
64d8a16 API changes to incremental compiler to support modular compilation
6231ba0 Added appropriate comma within comment.
283cabf [infra] Reject unexpected extra arguments in approve_results.
299c645 [vm/ffi] Fix style guide violation
b8069cb Refactor computation of modular data
889d5d9 Fix type error in node_tracer
  • Loading branch information
a-siva authored Mar 11, 2019
1 parent 0d2cf58 commit 04fe007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': '2fb6cd9f5ff78fb347795f383a748a1e37d23275',
'dart_revision': '674fd0e060a33deeedbc2f8fae7c32c7e3f0d8d5',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
Expand Down
2 changes: 1 addition & 1 deletion ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: aeb3ef2d086ef58fb819d6902a51acb5
Signature: 61c85403b45c4241c745ac885c7da2ce

UNUSED LICENSES:

Expand Down

0 comments on commit 04fe007

Please sign in to comment.