Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimum sdk version from 1.17.1 to 1.19.1 #23

Merged
merged 1 commit into from
Nov 1, 2016

Conversation

aaronlademann-wf
Copy link
Contributor

Ultimate problem:

Dart SDK version 1.19.1 introduces the ability to have trailing commas in argument lists, which will make re-ordering components in our fluent style much less error-prone for consumers.

It also removes the need for a couple of gross type casts we were doing in #15.

How it was fixed:

Updated the sdk constraint in pubspec.yaml, integrate/pubspec.yaml, and in the Travis CI configuration.

Testing suggestions:

Verify that all tests pass.

Potential areas of regression:

None expected.


FYA: @greglittlefield-wf @aaronlademann-wf @jacehensley-wf @clairesarsam-wf @joelleibow-wf

+ Will greatly ease the strong-mode transition
@aviary2-wf
Copy link

Raven

Number of Findings: 0

@codecov-io
Copy link

Current coverage is 97.03% (diff: 100%)

Merging #23 into master will not change coverage

@@             master        #23   diff @@
==========================================
  Files            27         27          
  Lines          1211       1211          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1175       1175          
  Misses           36         36          
  Partials          0          0          

Sunburst

Powered by Codecov. Last update 170a02e...46639f2

@greglittlefield-wf
Copy link
Contributor

+1

@aaronlademann-wf
Copy link
Contributor Author

@leviwith-wf this is ready for QA + Merge

@leviwith-wf
Copy link
Contributor

QA +10

  • Testing instruction
  • Dev +1's
  • Dev/QA +10
  • All unit tests pass

Merging.

@leviwith-wf leviwith-wf merged commit 0937a48 into Workiva:master Nov 1, 2016
@colefeisthamel-wf
Copy link

RM +1 manually reviewed dependencies

greglittlefield-wf added a commit that referenced this pull request Jun 23, 2020
Lint to warn users when elements within an iterable lacks a key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants