Roll dart_style to 1.3.6.

This should fix the Windows failures from the 1.3.5 roll.

Change-Id: If0470b63ae301b5ce3a8a92458cf7388d5b5ddf6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144686
Commit-Queue: William Hesse <whesse@google.com>
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
Robert Nystrom 2020-04-24 07:40:21 +00:00 committed by commit-bot@chromium.org
parent c0adda609c
commit 064f4e7a93
3 changed files with 12 additions and 2 deletions

View file

@ -18,6 +18,17 @@
### Tools
#### dartfmt
* Add `--fix-single-cascade-statements`.
* Correctly handle `var` in `--fix-function-typedefs`.
* Preserve leading indentation in fixed doc comments.
* Split outer nested control flow elements.
* Always place a blank line after script tags.
* Don't add unneeded splits on if elements near comments.
* Indent blocks in initializers of multiple-variable declarations.
* Update the null-aware subscript syntax from `?.[]` to `?[]`.
#### Linter
Updated the Linter to `0.1.115`, which includes:

2
DEPS
View file

@ -84,7 +84,7 @@ vars = {
# and land the review.
#
# For more details, see https://github.com/dart-lang/sdk/issues/30164
"dart_style_tag": "1.3.2", # Please see the note above before updating.
"dart_style_tag": "1.3.6", # Please see the note above before updating.
"dartdoc_tag" : "v0.31.0",
"ffi_tag": "ea88d71b043ee14b268c3aedff14e9eb32e20959",

View file

@ -15,7 +15,6 @@ pub/test/serve/web_socket/url_to_asset_id_test: Pass, Slow
pub/test/transformer/loads_a_diamond_transformer_dependency_graph_test: Pass, Slow
[ $runtime == vm ]
dart_style/test/command_line_test: Skip # Issue 33473
http_io/test/http_cross_process_test: Skip # Fails with --no-preview-dart-2
http_io/test/http_proxy_advanced_test: Pass, RuntimeError # flaky
http_io/test/http_proxy_test: Pass, RuntimeError # flaky