Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 6c488a2f390d6aacb605b6c370fbe6cc275af4fd
      
https://github.com/tianocore/edk2/commit/6c488a2f390d6aacb605b6c370fbe6cc275af4fd
  Author: Joey Vagedes <[email protected]>
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
    M BaseTools/Source/Python/AutoGen/GenMake.py
    M BaseTools/Source/Python/Common/Misc.py
    M BaseTools/Source/Python/Workspace/DscBuildData.py

  Log Message:
  -----------
  BaseTools: Fix raw strings containing valid escape characters

Fixes raw regex strings that contain valid (and purposeful) escape
characters as they are being treated as individual characters rather
than the single escaped character they represent (i.e. '\t' is being
treated as a '\' and a 't' rather than a single tab character).

Signed-off-by: Joey Vagedes <[email protected]>
Cc: Rebecca Cran <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Bob Feng <[email protected]>
Cc: Yuwei Chen <[email protected]>
Reviewed-by: Yuwei Chen <[email protected]>
Reviewed-by: Liming Gao <[email protected]>




_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to