https://bugs.kde.org/show_bug.cgi?id=390310

--- Comment #8 from Paul Floyd <pjfl...@wanadoo.fr> ---
Just out of curiosity, which university is that?

My comments so far
1. There's a FORK message which probably needs removing.
2. White space diffs.
3. There's a change to the non-xml  "possible leaks" indentation. Previously
the output was aligned on the ":" of each row.
4. The existing xml looks to me to be almost all tag based rather than
attribute based. So rather than

<error_summary errors="1" from="1" suppressed="0" suppressed_from="0"/>

the following would be more consistent

<errorsummary>
   <errors>1</errors>
   <suppressed>0</suppressed>
   <suppressedfrom>0</suppressedfrom>
</errorsummary>

(this isn't something I consider a requirement).

5. I get 18 regtest failures. The XML tests will need to have their expecteds
updated.
6. I haven't looked at the manual but I guess that this will need documenting.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to