-
Notifications
You must be signed in to change notification settings - Fork 293
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
Release v0.16.0 changes #1716
Release v0.16.0 changes #1716
Conversation
…/github.com/actions/runner-images * drop .dev1 suffix * check the README.md for any updates * update CONTRIBUTORS.md * c++ code formatted Signed-off-by: Eric Reinecke <[email protected]>
2f0e4ef
to
286f72d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1716 +/- ##
==========================================
- Coverage 79.97% 79.95% -0.02%
==========================================
Files 197 197
Lines 21867 21879 +12
Branches 4338 4342 +4
==========================================
+ Hits 17488 17494 +6
- Misses 2249 2252 +3
- Partials 2130 2133 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whitespace changes aside LGTM
(I'm not objecting to landing the ws changes, just noting that I checked to see if anything changed within the ws and didn't spot such, a separate ws PR would've required less brain juice ;) ) |
@reinecke you mentioned "check the README.md for any updates" in the description, but I don't see any README changes in this PR. Did I misunderstand something? |
@jminor sorry - that was a copy/paste error in my change summary. No changes intended to README. |
@meshula We currently have running clang-format as part of our release steps - I agree that those changes are a bit nerve-racking for this step in the process. Seems like maybe we should do one of the following:
I don't recall if we've discussed either of these before. Do you have strong feelings about either one of these? |
It would also be nice to relax the 80 column limit, I'm not sure some of those formatting changes are an improvement. |
It might make more sense to have a deliberate command that executes the C++ format. The reason we landed on this pattern was that we can be permissive as people work and conform the style together in one shot to make sure that releases have consistent formatting. Typically, I would run the C++ format as a separate command and poke through the code, eg: 0aa7765 that would let the CI run and folks look at stuff before landing it. That said, since I was largely doing the releases on my own, katamari-ing everything together was less overhead for me. The changes themselves look good to me. |
oh yeah - and the checklist suggests reading through the readme to see if anything changed. We might want to add something to the readme for this release noting that its the last release with all the adapters together? I'm not sure off the top of my head of anything else that should be added there. |
Signed-off-by: Eric Reinecke <[email protected]>
@ssteinbach @jminor I made a quick update to the readme noting people should start using |
Signed-off-by: Eric Reinecke <[email protected]>
This is the release of items from Milestone 18 (Public Beta 16)