Skip to content

TaskManager.pm shorten the text with the list of not built modules

Replaces
"
kdevelop didn't build, stopping here.
The following modules were updated but not built:
        k3b
        kmag
"
with
"
kdevelop didn't build, stopping here.
The following modules were updated but not built: k3b, kmag.
".

Reasons: I sometimes build using kdesrc-build hundreds of modules. The list of "The following modules were updated but not built:" can contain hundreds of modules that could not build. E.g. I am on Kubuntu 22.10 and kfilemetadata fails to build if I have the Ubuntu deb package "libappimage1.0" installed.
I do not see any advantage if the list of modules that failed to build is one module per line. Vs. one single line containing all failed modules comma separated.
Edited by Marius Pa

Merge request reports