On Tue Jun 10 23:46:26 2025 +0000, Jinoh Kang wrote:
Thanks for your insight. I understand, but IMHO it's a good idea not to
include generated files since they introduce unnecessary merge conflicts.
For example, adding a new syscall results in about half of
`dlls/ntdll/ntsyscalls.h` to be rewritten. MRs that (1) add a syscall,
and (2) include generated files will surely conflict each other.
But the patch is going to be edited before committing anyway, whether the generated changes are included or not, so I don't see the issue?