https://bugs.kde.org/show_bug.cgi?id=519481
Nicolas Fella <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kconfig/-/commit/a25 | |04d59422c2846e749c0829df4d5 | |00262d63d3 Status|ASSIGNED |RESOLVED --- Comment #29 from Nicolas Fella <[email protected]> --- Git commit a2504d59422c2846e749c0829df4d500262d63d3 by Nicolas Fella. Committed on 10/07/2026 at 12:13. Pushed by nicolasfella into branch 'master'. Always insert deleted key into internal map 7a34db5ab0666addabd038269366407645b04647 changed the logic so that deleting a new key would be treated as a no-op, so that the config isn't marked as dirty afterwards. However this resulted in entries missing from the map and being lost on unrelated config writes. To fix this partially restore the old code and insert the key. Still return false though so that it's not marked as dirty. Co-authored-by: David Wild <[email protected]> M +13 -0 autotests/kconfigtest.cpp M +2 -1 src/core/kconfigdata.cpp https://invent.kde.org/frameworks/kconfig/-/commit/a2504d59422c2846e749c0829df4d500262d63d3 -- You are receiving this mail because: You are watching all bug changes.
