On Tue Apr 22 20:35:55 2025 +0000, Alex Henrie wrote:
A few suggestions, take them with a grain of salt:
- Open a bug report at https://bugs.winehq.org/ that describes one
specific broken program and add `Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=<bug-number>` to each commit that is necessary to fix that program.
- Replace the FIXMEs in the last commit with a single `ERR` in the
`default` case of the switch.
- Move some of the commits to separate MRs. It looks like the first,
second, and last commits could be applied independently, so they could be submitted separately instead of asking for an all-or-nothing approval on all six commits.
Ok, I have split it into separate changes: !7902 !7903 !7904 !7905