-
Notifications
You must be signed in to change notification settings - Fork 132
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
[202405][REBASE&FF] Variable Argument List macros reversions #1089
[202405][REBASE&FF] Variable Argument List macros reversions #1089
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/202405 #1089 +/- ##
=================================================
Coverage ? 1.59%
=================================================
Files ? 1448
Lines ? 361057
Branches ? 5553
=================================================
Hits ? 5766
Misses ? 355184
Partials ? 107
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
We can revert this in the same PR: 7281ec2297. Also, I don't think this needs to be a breaking change. We do not believe any platform will break because of this, nor are there integration steps to fix it, so this would go in general category of shouldn't break but if it does, let us know. |
I will approve. Waiting for @Javagedes to get back on an additional platform build that I recommended to test. |
Sounds good. I was being overly pessamistic with marking it as a breaking change. I'll undo that portion and also revert the PR you mentioned, as a REBASE&FF |
94a1364
to
de7e30a
Compare
de7e30a
to
61cdd9c
Compare
@makubacki The additional platform was confirmed to successfully build on windows for DEBUG and RELEASE targets. |
Description
This reverts the following commits:
6f5dd60
01f1b2d
Impacts functionality?
Impacts security?
flow, or firmware?
validation improvement, ...
[] Breaking change?
in build or boot behavior?
a function in a new library class in a pre-existing module, ...
Includes tests?
Includes documentation?
outside direct code modifications (and comments)?
on an a separate Web page, ...
How This Was Tested
Confirmed this does not affect multiple platform builds using VS compiler
Integration Instructions
N/A