summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/summary.md
AgeCommit message (Collapse)Author
2020-03-29Update everything for new release.Jussi Pakkanen
2020-02-26summary: Add more info in Subprojects sectionXavier Claessens
This adds a warnings counter for subprojects that passed. This is to encourage developpers to check warnings in the logs and hopefully fix them. Otherwise they could be hidden in hundreds lines of logs. This also print the error message for subprojects that did not pass. The error message is often enough to fix the issue (e.g. missing dependency) and it's easier than searching in the logs why a subproject failed.
2020-02-26summary: Add list_sep keyword argumentXavier Claessens
This allows having lists on a single line instead of having each value aligned on a new line.
2020-01-07Prepare new release.Jussi Pakkanen
2019-12-19summary: Change 'section' to be a kwarg instead of positionalXavier Claessens
Fixes: #6372.
2019-12-12Add a summary() function for configuration summarizationXavier Claessens
Based on patch from Dylan Baker. Fixes #757