https://bugs.kde.org/show_bug.cgi?id=388180
Michael Pyne <mp...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |18.01 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kde | |src-build/25e7bfc26fbacbfeb | |3875e75df02fa9409571d4e --- Comment #2 from Michael Pyne <mp...@kde.org> --- Git commit 25e7bfc26fbacbfeb3875e75df02fa9409571d4e by Michael Pyne. Committed on 23/12/2017 at 23:13. Pushed by mpyne into branch 'master'. persistence: Fix regression in saving options. The move to JSON storage of persistent opts break first-time users, since the refactored code never actually gets around to setting a persistent_options key in the build context object. This seemed to work previously with Data::Dumper, but JSON::PP is not happy with being asked to serialize an undef. On the other hand I had always thought that sub setPersistentOption would have 'autovivified' the needed hash table, and the reporter's build process should have resulted in many calls to setPersistentOption over the build. FIXED-IN:18.01 M +1 -1 modules/ksb/BuildContext.pm https://commits.kde.org/kdesrc-build/25e7bfc26fbacbfeb3875e75df02fa9409571d4e -- You are receiving this mail because: You are watching all bug changes.