Re: [PATCH v3] Add a comment in bios-tables-test.c to clarify the reason behind approach

2020-09-23 Thread Igor Mammedov
On Tue, 22 Sep 2020 17:06:42 +0530 Ani Sinha wrote: > On Tue, Sep 22, 2020 at 4:57 PM Igor Mammedov wrote: > > > > On Tue, 22 Sep 2020 15:39:18 +0530 > > Ani Sinha wrote: > > > > > A comment blob is added in bios-tables-test.c that explains the reasoning > > > behind the process of updating t

Re: [PATCH v3] Add a comment in bios-tables-test.c to clarify the reason behind approach

2020-09-22 Thread Ani Sinha
On Tue, Sep 22, 2020 at 4:57 PM Igor Mammedov wrote: > > On Tue, 22 Sep 2020 15:39:18 +0530 > Ani Sinha wrote: > > > A comment blob is added in bios-tables-test.c that explains the reasoning > > behind the process of updating the ACPI table blobs when new tests are added > > or old tests are modi

Re: [PATCH v3] Add a comment in bios-tables-test.c to clarify the reason behind approach

2020-09-22 Thread Igor Mammedov
On Tue, 22 Sep 2020 15:39:18 +0530 Ani Sinha wrote: > A comment blob is added in bios-tables-test.c that explains the reasoning > behind the process of updating the ACPI table blobs when new tests are added > or old tests are modified or code is committed that affect tests. The > explanation woul

[PATCH v3] Add a comment in bios-tables-test.c to clarify the reason behind approach

2020-09-22 Thread Ani Sinha
A comment blob is added in bios-tables-test.c that explains the reasoning behind the process of updating the ACPI table blobs when new tests are added or old tests are modified or code is committed that affect tests. The explanation would help future contributors follow the correct process when mak