Skip to content

Conversation

@ryalanms
Copy link
Member

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

OS Architecture
Windows 7 SP1 Enterprise x86
Windows 7 SP1 Enterprise x64
Windows Blue Enterprise x86
Windows Server 2012 R2 SP1 x64
Win10 RS1 Enterprise x86
Win10 RS3 Enterprise x64
Win10 RS4 Enterprise x86
Windows Server 2019 x64
Win10 RS6 Enterprise X86
Windows Server 2016 x64

@ryalanms ryalanms requested a review from a team as a code owner January 12, 2021 00:08
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Jan 12, 2021
@ghost ghost requested review from SamBent and fabiant3 January 12, 2021 00:08
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>() );
Copy link
Contributor

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.

Copy link
Member

Choose a reason for hiding this comment

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

@SamBent Thank you and I fix it in #2843

@ryalanms ryalanms added the * NO MERGE * metadata: The PR is not ready for merge yet (see discussion for detailed reasons) label Jan 12, 2021
@ryalanms
Copy link
Member Author

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.

@ryalanms
Copy link
Member Author

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.

@ryalanms ryalanms changed the title Community PR test pass 1/11/2021 Community PR test pass 1/18/2021 Jan 18, 2021
@ryalanms ryalanms closed this Jan 27, 2021
@dipeshmsft dipeshmsft deleted the community.testpass.1.11.2021 branch March 25, 2022 16:05
@ghost ghost locked as resolved and limited conversation to collaborators Apr 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

* NO MERGE * metadata: The PR is not ready for merge yet (see discussion for detailed reasons) PR metadata: Label to tag PRs, to facilitate with triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants