Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Conversation

@pq
Copy link
Contributor

@pq pq commented Jul 8, 2022

1.26.0

  • new lint: combinators_ordering
  • fixed use_colored_box and use_decorated_box to not over-report
    on containers without a child
  • fixed false positive for unnecessary_parenthesis on a map-or-set
    literal at the start of an expression statement
  • fixed false positive for prefer_final_locals reporting on fields
  • fixed unnecessary_overrides to allow overrides on @Protected
    members
  • fixed unnecessary_parenthesis false positives on map and set
    literal at the beginning of expressions
  • fixed avoid_multiple_declarations_per_line false positive in
    for statements
  • fixed prefer_final_locals false positive on declaration lists
    with at least one non-final variable
  • fixed use_build_context_synchronously to handle awaits in
    if conditions

/cc @srawlins @bwilkerson @a14n

@coveralls
Copy link

coveralls commented Jul 8, 2022

Coverage Status

Coverage remained the same at 95.707% when pulling 40e2bc0 on 1.26.0 into 8053b74 on master.

@pq
Copy link
Contributor Author

pq commented Jul 8, 2022

Trying an SDK roll w/ this release here: https://dart-review.googlesource.com/c/sdk/+/250949

(For the curious, we'll want to keep an eye on potential new reports of use_build_context_synchronously.)

@pq
Copy link
Contributor Author

pq commented Jul 11, 2022

(Added combinators_ordering; 🎉 @a14n!)

@pq pq merged commit b4afc10 into master Jul 11, 2022
@pq pq deleted the 1.26.0 branch July 11, 2022 16:07
copybara-service bot pushed a commit to dart-lang/sdk that referenced this pull request Aug 23, 2023
* 1.26.0

* de-dup

* + combinators_ordering
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

5 participants