reactos/sdk
Hermès Bélusca-Maïto 7f8d2d14b7
[WINESYNC] Elegantly handle empty 'files' and 'directories' lists.
Expand on Timo's commit 4b5a55516.
We may encounter cases where either the 'directories' or 'files' lists
in the .cfg YAML files are empty, and we don't want the script to throw
an exception in that case.

Furthermore, explicitly check for such empty lists when calling PyGit2
index.add_all(...) function, because if it's called on a None or empty
list, _all_ untracked files in the selected git repository get added,
which is not what we want there.
2023-12-18 22:21:37 +01:00
..
cmake [SDK:CMAKE] writing_CmakeLists_for_ReactOS.txt: Fix typos (#6105) 2023-12-17 22:12:25 +01:00
include [MSCTFIME][IMM32][SDK] Implement CtfImeInquireExW (#6187) 2023-12-18 19:11:17 +09:00
lib [RTL] Implement RtlGetProcessHeaps 2023-12-17 22:28:24 +01:00
tools [WINESYNC] Elegantly handle empty 'files' and 'directories' lists. 2023-12-18 22:21:37 +01:00