回复: [edk2-devel] [PATCH v1 0/7] Add DebugMacroCheck

2023-09-03 Thread gaoliming via groups.io
gt; Gerd Hoffmann ; Igor Kulchytskyy ; > Jian J Wang ; Jiewen Yao ; > Jordan Justen ; Leif Lindholm > ; Liming Gao ; > Michael D Kinney ; Nickle Wang > ; Pierre Gondois ; Sami > Mujawar ; Sean Brogan > > 主题: Re: [edk2-devel] [PATCH v1 0/7] Add DebugMacroCheck > >

Re: [edk2-devel] [PATCH v1 0/7] Add DebugMacroCheck

2023-08-29 Thread Michael Kubacki
Hi all, Now that the stable tag is out, I would appreciate reviews for this series. Thanks, Michael On 8/14/2023 4:48 PM, Michael Kubacki wrote: From: Michael Kubacki Adds a new script and build plugin called DebugMacroCheck. The script verifies that the number of print specifiers match the

Re: [edk2-devel] [PATCH v1 0/7] Add DebugMacroCheck

2023-08-14 Thread Andrew Fish via groups.io
> On Aug 14, 2023, at 5:26 PM, Michael Kubacki > wrote: > > On 8/14/2023 8:23 PM, Andrew Fish via groups.io wrote: >>> On Aug 14, 2023, at 3:51 PM, Pedro Falcato wrote: >>> >>> On Mon, Aug 14, 2023 at 9:49 PM Michael Kubacki >>> mailto:mikub...@linux.microsoft.com>> wrote: From:

Re: [edk2-devel] [PATCH v1 0/7] Add DebugMacroCheck

2023-08-14 Thread Pedro Falcato
On Tue, Aug 15, 2023 at 1:23 AM Andrew (EFI) Fish wrote: > > > > On Aug 14, 2023, at 3:51 PM, Pedro Falcato wrote: > > On Mon, Aug 14, 2023 at 9:49 PM Michael Kubacki > wrote: > > > From: Michael Kubacki > > Adds a new script and build plugin called DebugMacroCheck. > > The script verifies that

Re: [edk2-devel] [PATCH v1 0/7] Add DebugMacroCheck

2023-08-14 Thread Andrew Fish via groups.io
> On Aug 14, 2023, at 3:51 PM, Pedro Falcato wrote: > > On Mon, Aug 14, 2023 at 9:49 PM Michael Kubacki > mailto:mikub...@linux.microsoft.com>> wrote: >> >> From: Michael Kubacki >> >> Adds a new script and build plugin called DebugMacroCheck. >> >> The script verifies that the number of pr

Re: [edk2-devel] [PATCH v1 0/7] Add DebugMacroCheck

2023-08-14 Thread Pedro Falcato
On Mon, Aug 14, 2023 at 9:49 PM Michael Kubacki wrote: > > From: Michael Kubacki > > Adds a new script and build plugin called DebugMacroCheck. > > The script verifies that the number of print specifiers match the > number of arguments in DEBUG() calls. > > Overview: > > - Build plugin: BuildPlug

[edk2-devel] [PATCH v1 0/7] Add DebugMacroCheck

2023-08-14 Thread Michael Kubacki
From: Michael Kubacki Adds a new script and build plugin called DebugMacroCheck. The script verifies that the number of print specifiers match the number of arguments in DEBUG() calls. Overview: - Build plugin: BuildPlugin/DebugMacroCheckBuildPlugin.py - Runs on any build target that is not