-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Community PR test pass 1/18/2021 #3983
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
Conversation
| static public void Trace( TraceEventType type, AvTraceDetails traceDetails ) | ||
| { | ||
| _avTrace.Trace( type, traceDetails.Id, traceDetails.Message, traceDetails.Labels, new object[0] ); | ||
| _avTrace.Trace( type, traceDetails.Id, traceDetails.Message, traceDetails.Labels, Array.Empty<object>() ); |
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.
This is a generated file (see comment at the top of the file). You need to make these changes in the template as well, or they'll get overwritten the next time the template changes.
The right way to do this change is:
a. Change the template file AvTraceMessages.tt
b. Re-run the generator to propagate the changes to the 3 AvTraceMessages.cs files (for Base, Core, and FW).
c. Check in all 4 changed files.
I think step (b) happens automatically at the start of a full build, but you should verify that.
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.
|
I will wait for Sam's sign-off before starting the test pass. If any other PRs come in before then, we can add them to this test run. |
|
I am still waiting on sign-offs to start the test pass. There are only two PRs, so this will have to wait until Monday. Thanks. |
Community PR Test Pass 1/11/2021
These PRs will be merged if no regressions are found.
Community PRs included in this test branch:
Remove custom copy of PtrToStringChars #3117
Using array empty to replace create an empty array #2843
Test Matrix