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

Add 2.13.4 to matrix #708

Merged
merged 1 commit into from
Sep 10, 2021
Merged

Add 2.13.4 to matrix #708

merged 1 commit into from
Sep 10, 2021

Conversation

greglittlefield-wf
Copy link
Contributor

@greglittlefield-wf greglittlefield-wf commented Sep 10, 2021

Motivation

Getting dependencies sorted to the point where we can have a passing Dart 2.14 (stable) build is proving to be difficult, and we still want to verify that over_react works on Dart 2.13.

Changes

  • Add Dart 2.13 to the build matrix

Release Notes

Review

See CONTRIBUTING.md for more details on review types (+1 / QA +1 / +10) and code review process.

Please review:

QA Checklist

  • Tests were updated and provide good coverage of the changeset and other affected code
  • Manual testing was performed if needed

Merge Checklist

While we perform many automated checks before auto-merging, some manual checks are needed:

  • A Client Platform member has reviewed these changes
  • There are no unaddressed comments - this check can be automated if reviewers use the "Request Changes" feature
  • For release PRs - Version metadata in Rosie comment is correct

@aviary-wf
Copy link

Security Insights

No security relevant content was detected by automated scans.

Action Items

  • Review PR for security impact; comment "security review required" if needed or unsure
  • Verify aviary.yaml coverage of security relevant code

Questions or Comments? Reach out on Slack: #support-infosec.

@@ -35,7 +35,7 @@ jobs:

- name: Verify formatting
run: pub run dart_dev format --check
if: always() && ${{ matrix.sdk }} == '2.7.2' && steps.install.outcome == 'success'
if: always() && matrix.sdk == '2.7.2' && steps.install.outcome == 'success'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed this since this was invalid syntax; if entries are interpolated already (which is why we can do steps.install.outcome on this same line without that interpolation), and adding interpolation within them messes things up.

@greglittlefield-wf greglittlefield-wf marked this pull request as ready for review September 10, 2021 18:20
@@ -44,9 +44,7 @@ jobs:
# which could cause analysis issues for consumers who haven't run a build yet.
dartanalyzer lib
cd example/boilerplate_versions
if [ ${{ matrix.sdk }} = '2.7.2' ]; then pub global activate tuneup && tuneup check; fi
if [ ${{ matrix.sdk }} = 'stable' ]; then echo 'Skip pre-build analysis for Dart versions >=2.9 and <2.12 because there will be analysis errors.'; fi
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was only relevant when stable was >=2.9<2.12, so I removed it.

@@ -44,9 +44,7 @@ jobs:
# which could cause analysis issues for consumers who haven't run a build yet.
dartanalyzer lib
cd example/boilerplate_versions
if [ ${{ matrix.sdk }} = '2.7.2' ]; then pub global activate tuneup && tuneup check; fi
if [ ${{ matrix.sdk }} = 'stable' ]; then echo 'Skip pre-build analysis for Dart versions >=2.9 and <2.12 because there will be analysis errors.'; fi
if [ ${{ matrix.sdk }} = 'dev' ]; then cd mixin_based/dart_2_9_compatible && dart analyze; fi
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We no longer have to analyze only mixin_based/dart_2_9_compatible after Dart 2.13 reinstated the ability to ignore analysis errors

@todbachman-wf
Copy link
Member

QA +1. build 2.7.2 and build 2.13.4 are passing. analyzer_plugin 2.7.2 is passing will analyzer_plugin 2.13.4 is failing as expected. We also expect stable and dev to fail for both build and analyzer.

@greglittlefield-wf
Copy link
Contributor Author

@Workiva/release-management-p

Copy link

@rmconsole-wf rmconsole-wf left a comment

Choose a reason for hiding this comment

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

+1 from RM

@rmconsole7-wk rmconsole7-wk merged commit 81e3719 into master Sep 10, 2021
@rmconsole7-wk rmconsole7-wk deleted the greglittlefield-wf-patch-3 branch September 10, 2021 18:53
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.

5 participants