Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 8ade6d7bd1d8bb0b67ff254526078bd17689f363
      
https://github.com/tianocore/edk2/commit/8ade6d7bd1d8bb0b67ff254526078bd17689f363
  Author: Leif Lindholm <quic_llind...@quicinc.com>
  Date:   2024-07-15 (Mon, 15 Jul 2024)

  Changed paths:
    M BaseTools/Source/Python/Ecc/Check.py
    M BaseTools/Source/Python/Ecc/Configuration.py
    M BaseTools/Source/Python/Ecc/EccToolError.py
    M BaseTools/Source/Python/Ecc/config.ini

  Log Message:
  -----------
  BaseTools: fix consistent Ecc misspelling of ASCII

Ecc concistently referred to ASCII/Ascii as ACSII/Acsii, which
bugged me to no end when trying to figure out how those tests
worked. Fix all instances.

Signed-off-by: Leif Lindholm <quic_llind...@quicinc.com>


  Commit: 5366def8d01d141163a727aeaef61318180deb98
      
https://github.com/tianocore/edk2/commit/5366def8d01d141163a727aeaef61318180deb98
  Author: Leif Lindholm <quic_llind...@quicinc.com>
  Date:   2024-07-15 (Mon, 15 Jul 2024)

  Changed paths:
    M BaseTools/Source/Python/Ecc/Check.py
    M BaseTools/Source/Python/Ecc/Configuration.py
    M BaseTools/Source/Python/Ecc/EccToolError.py
    M BaseTools/Source/Python/Ecc/config.ini

  Log Message:
  -----------
  BaseTools: drop GeneralCheckNonAscii() from ECC

The GeneralCheckNonAscii() function is a sledgehammer rejecting any file
containing any character outside of the 7-bit ASCII encoding space, as
well as the DEL character (which seems unrelated).

This conflicts with basic stuff like correctly spelling certain proper
nouns in comments (like copyright statements), or string literals (for
example in multi-language driver binding ComponentNames).

So rip it out, to be replaced by more fine-grained checks to be added as
identified and needed.

Signed-off-by: Leif Lindholm <quic_llind...@quicinc.com>


Compare: https://github.com/tianocore/edk2/compare/8bb9145ad1a5...5366def8d01d

To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to