Skip to content

Commit

Permalink
Roll src/third_party/dart 009537b..e33b9e2 (30 commits) (flutter#15693)
Browse files Browse the repository at this point in the history
https://dart.googlesource.com/sdk.git/+log/009537bbf0ff..e33b9e2d265a

git log 009537b..e33b9e2 --date=short --first-parent --format='%ad %ae %s'
2020-01-16 [email protected] [vm, test] Update dart_api_impl_test to be nnbd clean
2020-01-16 [email protected] [ dart:vmservice ] Cleanup dart:vmservice to better conform to recommended Dart styling
2020-01-16 [email protected] Migrate tests/lib_2/convert -> tests/lib/convert.
2020-01-16 [email protected] Allow tab completion to test suites in subdirectories.
2020-01-16 [email protected] Revert "Remove StrongModeCode.IMPLICIT_DYNAMIC codes."
2020-01-16 [email protected] Report LATE_FINAL_LOCAL_ALREADY_ASSIGNED also for prefix / postfix expressions.
2020-01-16 [email protected] Remove imports (unused) to package_config.
2020-01-16 [email protected] [sdk] remove (hopefully) dead type checks
2020-01-16 [email protected] Don't include comment references by default in the completion metrics test.
2020-01-16 [email protected] extension completions w/o dotTarget
2020-01-16 [email protected] [cfe] Report errors on method calls with potentially nullable receiver
2020-01-16 [email protected] Bump pub revision in DEPS
2020-01-16 [email protected] Only call applyFileRemoved for analyzable files
2020-01-16 [email protected] Reland "[vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object."
2020-01-16 [email protected] Add edits for more fixes in the preview tool
2020-01-16 [email protected] [CFE] Cleanup no longer used 'normalize' for types
2020-01-16 [email protected] [vm/async] Ensure all service tests run with both, --causal-async-stacks/--lazy-async-stacks
2020-01-16 [email protected] [testing] Pass the experiment flags to all batch runners
2020-01-16 [email protected] [vm] Ensure abstract classes are marked as such and get a size of 0 in shared class table.
2020-01-16 [email protected] [infra] Add dart2js NNBD builder to the test matrix
2020-01-16 [email protected] [cfe] Fix type inference for various if-null nodes
2020-01-16 [email protected] [CFE] Version 2 of incremental compiler invalidation strategy
2020-01-16 [email protected] NNBD preview: alert user to disconnected preview server
2020-01-16 [email protected] Introduce _doExpectKeywordCompletions in ExpectedCompletionsVisitor
2020-01-16 [email protected] Improve the print output from completion_metrics.dart to match the expected input of the Files dialog in IntelliJ.
2020-01-16 [email protected] Migration: add FixBuilder support for IfElement.
2020-01-16 [email protected] Create an abstract layer to customize querying collection elements.
2020-01-16 [email protected] [tests] Copy test for dart:* nnbd static errors to analyzer bot
2020-01-16 [email protected] [ dart:vmservice / NNBD ] Fixed NNBD analysis issues
2020-01-16 [email protected] NNBD preview: Change navigation to be a tree; not interactive yet flutter#40109

Created with:
  gclient setdep -r src/third_party/dart@e33b9e2d265a

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

Bug: None
Tbr: [email protected]
  • Loading branch information
skia-flutter-autoroll authored Jan 16, 2020
1 parent 6693dd7 commit 55cd735
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 @@ -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': '009537bbf0ffda6c84773b26edfb725cdc1826bb',
'dart_revision': 'e33b9e2d265a45b6efd2f4eaffc44bf425200a10',

# 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 @@ -78,7 +78,7 @@ vars = {
'dart_pedantic_tag': 'v1.8.0',
'dart_pool_tag': '1.3.6',
'dart_protobuf_rev': '3746c8fd3f2b0147623a8e3db89c3ff4330de760',
'dart_pub_rev': '4d8ecbd409d773fec47da33b7e6c8db0b51487fd',
'dart_pub_rev': '429a06039d185149f387a65e3503b0693ce6d24e',
'dart_pub_semver_tag': '1.4.2',
'dart_quiver-dart_tag': '2.0.0+1',
'dart_resource_rev': 'f8e37558a1c4f54550aa463b88a6a831e3e33cd6',
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: b188d23674242972284519c229250b8d
Signature: c9b64f807cce6081aa0f5cf67d78a178

UNUSED LICENSES:

Expand Down

0 comments on commit 55cd735

Please sign in to comment.