Skip to content

Commit

Permalink
Roll src/third_party/dart c167cd3..d0f92e8 (7 commits)
Browse files Browse the repository at this point in the history
d0f92e8 Remove StrongTypeSystemImpl.
2f3ebf7 Update definite assignment for the code-as-ui changes
fe285e3 Update flow analysis for the code-as-ui changes
8e0bc80 bump to linter 0.1.79
c7f6c86 Fix registration of (un)provided parameters.
6fae43b Check exact type for set literals (issue 35742)
eadf967 Fix flutter#35750 by passing a real ContextBuilder to createWorkspace.
  • Loading branch information
bkonyi committed Jan 26, 2019
1 parent ffc56bc commit f50a6be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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': 'c167cd35723661c6f4bd8557043c231822e28d2d',
'dart_revision': 'd0f92e8cc50efcca9cf47e18fc49e35d4c69564b',

# 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 Expand Up @@ -60,7 +60,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.78',
'dart_linter_tag': '0.1.79',
'dart_logging_tag': '0.11.3+2',
'dart_markdown_tag': '2.0.2',
'dart_matcher_tag': '0.12.3',
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: 505a972eaaab59d439663837c6ae1f5d
Signature: 3afdd00b81bda68b861cde232818ef5e

UNUSED LICENSES:

Expand Down

0 comments on commit f50a6be

Please sign in to comment.