From: "Michael Kubacki" <mikuback@linux.microsoft.com>
To: devel@edk2.groups.io, michael.d.kinney@intel.com
Cc: "Gao, Liming" <gaoliming@byosoft.com.cn>,
Sean Brogan <sean.brogan@microsoft.com>,
Bret Barkelew <Bret.Barkelew@microsoft.com>,
Ard Biesheuvel <ardb+tianocore@kernel.org>,
"Yao, Jiewen" <jiewen.yao@intel.com>,
"Justen, Jordan L" <jordan.l.justen@intel.com>,
Gerd Hoffmann <kraxel@redhat.com>,
Rebecca Cran <rebecca@bsdio.com>,
Peter Grehan <grehan@freebsd.org>,
Laszlo Ersek <lersek@redhat.com>
Subject: Re: [edk2-devel] [PATCH v1 0/4] UncrustifyCheck Ignore Support
Date: Fri, 1 Apr 2022 12:04:06 -0400 [thread overview]
Message-ID: <197f126a-76b9-8437-9eb1-e92e570779e1@linux.microsoft.com> (raw)
In-Reply-To: <SA2PR11MB49385469C6F385367A6CBD2BD2179@SA2PR11MB4938.namprd11.prod.outlook.com>
I made it one series since the OvmfPkg patches are dependent on the
.pytool changes.
Let me know if you see a substantial advantage to split it up.
Regards,
Michael
On 3/22/2022 12:14 PM, Michael D Kinney wrote:
> Hi Michael,
>
> Should this be broken up into 2 series? One for pytool change and one for OvmfPkg?
>
> Mike
>
>> -----Original Message-----
>> From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
>> Sent: Monday, March 21, 2022 6:58 PM
>> To: devel@edk2.groups.io
>> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Sean Brogan
>> <sean.brogan@microsoft.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>; Ard Biesheuvel <ardb+tianocore@kernel.org>; Yao, Jiewen
>> <jiewen.yao@intel.com>; Justen, Jordan L <jordan.l.justen@intel.com>; Gerd Hoffmann <kraxel@redhat.com>; Rebecca Cran
>> <rebecca@bsdio.com>; Peter Grehan <grehan@freebsd.org>; Laszlo Ersek <lersek@redhat.com>
>> Subject: [PATCH v1 0/4] UncrustifyCheck Ignore Support
>>
>> From: Michael Kubacki <michael.kubacki@microsoft.com>
>>
>> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3880
>> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3875
>>
>> This patch series:
>> 1. Updates ignore handling in UncrustifyCheck including adding
>> a new CI plugin configuration option to ignore files in a package.
>> 2. Reverts Uncrustify changes as requested for files in OvmfPkg.
>> 3. Uses the new ignore file option to ignore the files that had
>> Uncrustify formatting reverted in OvmfPkg.
>>
>> Cc: Michael D Kinney <michael.d.kinney@intel.com>
>> Cc: Liming Gao <gaoliming@byosoft.com.cn>
>> Cc: Sean Brogan <sean.brogan@microsoft.com>
>> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
>> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
>> Cc: Jiewen Yao <jiewen.yao@intel.com>
>> Cc: Jordan Justen <jordan.l.justen@intel.com>
>> Cc: Gerd Hoffmann <kraxel@redhat.com>
>> Cc: Rebecca Cran <rebecca@bsdio.com>
>> Cc: Peter Grehan <grehan@freebsd.org>
>> Cc: Laszlo Ersek <lersek@redhat.com>
>> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
>>
>> Michael Kubacki (4):
>> .pytool/Plugin/UncrustifyCheck: Update func to return absolute paths
>> .pytool/Plugin/UncrustifyCheck: Add ignore file support
>> OvmfPkg: Revert Uncrustify formatting in VbeShim.h files
>> OvmfPkg: Do not check VbeShim.h formatting with Uncrustify
>>
>> .pytool/Plugin/UncrustifyCheck/Readme.md | 7 +
>> .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py | 30 +-
>> OvmfPkg/Bhyve/BhyveRfbDxe/VbeShim.h | 1811 ++++++++++----------
>> OvmfPkg/OvmfPkg.ci.yaml | 5 +
>> OvmfPkg/QemuVideoDxe/VbeShim.h | 1389 ++++++++-------
>> 5 files changed, 1640 insertions(+), 1602 deletions(-)
>>
>> --
>> 2.28.0.windows.1
>
>
>
>
>
>
prev parent reply other threads:[~2022-04-01 16:04 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-22 1:58 [PATCH v1 0/4] UncrustifyCheck Ignore Support Michael Kubacki
2022-03-22 1:58 ` [PATCH v1 1/4] .pytool/Plugin/UncrustifyCheck: Update func to return absolute paths Michael Kubacki
2022-03-22 16:07 ` [edk2-devel] " Michael D Kinney
2022-03-22 16:12 ` Michael D Kinney
2022-04-01 16:22 ` Michael Kubacki
2022-03-22 1:58 ` [PATCH v1 2/4] .pytool/Plugin/UncrustifyCheck: Add ignore file support Michael Kubacki
2022-03-22 16:14 ` Michael D Kinney
2022-04-01 16:07 ` [edk2-devel] " Michael Kubacki
2022-04-01 16:50 ` Michael D Kinney
2022-04-01 17:45 ` Sean
2022-04-03 17:32 ` Michael D Kinney
2022-03-22 1:58 ` [PATCH v1 3/4] OvmfPkg: Revert Uncrustify formatting in VbeShim.h files Michael Kubacki
2022-03-22 6:34 ` Laszlo Ersek
2022-03-22 8:45 ` [edk2-devel] " Gerd Hoffmann
2022-03-22 1:58 ` [PATCH v1 4/4] OvmfPkg: Do not check VbeShim.h formatting with Uncrustify Michael Kubacki
2022-03-22 6:35 ` Laszlo Ersek
2022-03-22 8:46 ` [edk2-devel] " Gerd Hoffmann
2022-03-22 16:14 ` [PATCH v1 0/4] UncrustifyCheck Ignore Support Michael D Kinney
2022-04-01 16:04 ` Michael Kubacki [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=197f126a-76b9-8437-9eb1-e92e570779e1@linux.microsoft.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox