From: Paul F. <pj...@wa...> - 2025-05-11 11:18:32
|
Hi all I'm about ready to push the changes for https://bugs.kde.org/show_bug.cgi?id=390310 One thing I'd like some other opinion(s) on is the tag used for the summaries. At the moment the non-xml output looks like ==3166== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 3 from 3) With this patch the corresponding xml summary is <error_summary> <errors>1</errors> <from>1</from> <suppressed>3</suppressed> <suppressed_from>3</suppressed_from> </error_summary> Do you think that would be clearer using "contexts" rather than "from"? <error_summary> <errors>1</errors> <error_contexts>1</error_contexts> <suppressed>3</suppressed> <suppressed_contexts>3</suppressed_contexts> </error_summary> A+ Paul |