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

UIP-3156 Widen built_value version constraint #145

Conversation

jacehensley-wf
Copy link
Contributor

Ultimate problem:

We need to widen the built_value version constraint.

How it was fixed:

  • Allow 4.x.x and 5.x.x of built_value
  • Bump build_runner and built_value_generator

Testing suggestions:

  • Verify CI passes.
  • Verify that built_value 5.x.x is pulled in
  • Verify that built_collection 3.x.x is pulled in

Potential areas of regression:

  • Built stuff

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

@jacehensley-wf jacehensley-wf requested a review from a team as a code owner March 14, 2018 19:06
@aviary2-wf
Copy link

Module Findings

No security relevant content detected. Please review for security relevance and request security review as needed.

@johnpillar-wf
Copy link

+1

@codecov-io
Copy link

Codecov Report

Merging #145 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #145   +/-   ##
=======================================
  Coverage   94.51%   94.51%           
=======================================
  Files          33       33           
  Lines        1601     1601           
=======================================
  Hits         1513     1513           
  Misses         88       88

@rmconsole2-wf rmconsole2-wf changed the title Widen built_value version constraint UIP-3156 Widen built_value version constraint Mar 14, 2018
build_runner: ^0.5.0
built_value_generator: ^4.2.0
build_runner: ^0.6.0
built_value_generator: ^5.1.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jacehensley-wf should we leave the lower bound intact for build_runner / built_value_generator?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I don't update these I cannot pull in the newer version of built_value locally. Since it's just a dev_dependency it's not a big issue to just bump these instead of widening.

Copy link
Contributor

@greglittlefield-wf greglittlefield-wf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • CI passes
  • pubspec.yaml resolved to
    • built_collection 3.0.5
    • built_value 5.1.3

+10

@greglittlefield-wf
Copy link
Contributor

QA +1, merging

@greglittlefield-wf greglittlefield-wf merged commit 580158c into Workiva:master Mar 15, 2018
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.

8 participants