May 23, 2026
5:53 a.m.
Renaming a key should preserve its enumeration position and its value, fail with element-not-found when the source key is absent, and fail with key-already-exists when the target key is taken. -- v4: scrrun/dictionary: Rename keys in place in put_Key. scrrun/tests: Add tests for dictionary put_Key. https://gitlab.winehq.org/wine/wine/-/merge_requests/10961