https://bugs.kde.org/show_bug.cgi?id=390310
Paul Floyd <pjfl...@wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #24 from Paul Floyd <pjfl...@wanadoo.fr> --- Thanks for the contribution. I've just pushed the change. I made a few xml changes. I used error_contexts and suppressed_contexts for the error summary. For example <error_summary> <errors>1</errors> <error_contexts>1</error_contexts> <suppressed>3</suppressed> <suppressed_contexts>3</suppressed_contexts> </error_summary> Also I moved the heuristic kind info within the still_reachable element rather than following it, for instance <still_reachable> <bytes>159</bytes> <blocks>6</blocks> <reachable_heuristic> <kind>length64</kind> <bytes>31</bytes> <blocks>1</blocks> </reachable_heuristic> </still_reachable> I think that regtest is clean. I've added docs/internals/xml-output-protocol6.txt that describes everything, with an addendum for the memcheck error kinds that I've added and didn't document. commit 7786b075abef51ca3d84b9717915f04b32950b32 (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd <pjfl...@wanadoo.fr> Date: Sun May 11 15:41:10 2025 +0200 Bug 390310 - Output summaries in XML files Original patch contributed by renau...@free.fr -- You are receiving this mail because: You are watching all bug changes.