Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 25ccb6ec548d7f72ad528ba5b735e91740816cf6 https://github.com/tianocore/edk2/commit/25ccb6ec548d7f72ad528ba5b735e91740816cf6 Author: Jason1 Lin <jason1....@intel.com> Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths: M DynamicTablesPkg/Library/Acpi/X64/AcpiFacsLib/FacsGenerator.c Log Message: ----------- DynamicTablesPkg/AcpiFacsLib: Fix Issue from Debug Macro Checking - This patch is intended to fix the debug macro issue reported from the Debug Macro Checking. - Remove the redundant comma between two debug message string. Signed-off-by: Jason1 Lin <jason1....@intel.com> Commit: 1e0051e293aedc1a196ae5678a1e953e5ed946f1 https://github.com/tianocore/edk2/commit/1e0051e293aedc1a196ae5678a1e953e5ed946f1 Author: Jason1 Lin <jason1....@intel.com> Date: 2025-03-13 (Thu, 13 Mar 2025) Changed paths: M BaseTools/Plugin/DebugMacroCheck/DebugMacroCheck.py Log Message: ----------- BaseTools: Fix Debug Macro Checking to Include Scanning Files - In the commit 42a141800c0c26a09d2344e84a89ce4097a263ae there was a misuse of "is_dir" method. - Treating it as an object rather than function call, which caused if-condition to always as "false". - No files would be added to scanning list due to incorrect usage. - This patch corrects the issue by properly using "is_dir()". Signed-off-by: Jason1 Lin <jason1....@intel.com> Compare: https://github.com/tianocore/edk2/compare/dd5cce3e5396...1e0051e293ae 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