Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn> > -----邮件原件----- > 发件人: Michael D Kinney <michael.d.kin...@intel.com> > 发送时间: 2021年11月24日 0:31 > 收件人: devel@edk2.groups.io > 抄送: Sean Brogan <sean.bro...@microsoft.com>; Bret Barkelew > <bret.barke...@microsoft.com>; Liming Gao <gaolim...@byosoft.com.cn>; > Michael Kubacki <michael.kuba...@microsoft.com> > 主题: [Patch V2 0/3] Remove git reset and optimize > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2986 > > New in V2 > ---------- > * Change temp directory path from Build/ecctemp to > Build/.pytool/Plugin/EccCheck to provide a unique > temp directory location for any .pytool Plugin. > * Set working directory when ECC runs to temp directory > to guarantee all temp files created by EccCheck are > cleaned up. > > * Use temp directory for all operations to prevent any > changed to git state. > * Remove git reset operation that could corrupt staged > and local changes. > * Improve performance by removing redundant directory scans > * Improve performance and reduce log file sizes by using > --output option of git diff to a temp file instead of > using stdout. > > Cc: Sean Brogan <sean.bro...@microsoft.com> > Cc: Bret Barkelew <bret.barke...@microsoft.com> > Cc: Liming Gao <gaolim...@byosoft.com.cn> > Cc: Michael Kubacki <michael.kuba...@microsoft.com> > Signed-off-by: Michael D Kinney <michael.d.kin...@intel.com> > > Michael D Kinney (3): > .pytool/Plugin/EccCheck: Remove RevertCode() > .pytool/Plugin/EccCheck: Remove temp directory on exception > .pytool/Plugin/EccCheck: Add performance optimizations > > .pytool/Plugin/EccCheck/EccCheck.py | 242 +++++++++++++++++++--------- > 1 file changed, 169 insertions(+), 73 deletions(-) > > -- > 2.32.0.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#84020): https://edk2.groups.io/g/devel/message/84020 Mute This Topic: https://groups.io/mt/87276465/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-