...The error will be reported 'humanly', and 13 exceptions occurred will be reported (proving that the exceptions are handled like any other, i.e. failing a linter run for CI)
Author checklist
[x] I have QAed the functionality
[x] The PR has a reasonably reviewable size and a meaningful commit history
[x] I have run the branch formatter and observed no new/significative warnings
[ ] The build passes
[x] I have self-reviewed the PR prior to assignment
Additionally, I have code-reviewed iteratively the PR considering the following aspects in isolation:
[x] Correctness
[x] Robustness (red paths, failure handling etc)
[x] Test coverage
[x] Spec coverage
[x] Documentation
[x] Security
[x] Performance
[x] Breaking API changes
[x] Cross-compatibility (Clojure/ClojureScript)
Reviewer checklist
[x] I have checked out this branch and reviewed it locally, running it
[x] I have QAed the functionality
[x] I have reviewed the PR
Additionally, I have code-reviewed iteratively the PR considering the following aspects in isolation:
Brief
Fixes nedap/formatting-stack#157
QA plan
...The error will be reported 'humanly', and
13 exceptions occurred
will be reported (proving that the exceptions are handled like any other, i.e. failing a linter run for CI)Author checklist
Reviewer checklist