Acked-by: Sean Brogan <sean.bro...@microsoft.com>

On 11/23/2021 8:30 AM, Michael D Kinney wrote:
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(-)



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#84098): https://edk2.groups.io/g/devel/message/84098
Mute This Topic: https://groups.io/mt/87262298/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to