commit | b5cc39905343312d1b7064ede72561394049be21 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 29 21:46:23 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 05 09:11:31 2020 -0700 |
tree | 25a47259682c75889d64da56bf0b55ed1d58b2e7 | |
parent | 1cb1c0fc8d6b797901f68afe5e9dd18c20401c5e [diff] |
patman: Move warning collection to a function Add a new function in PatchStream to collect the warnings generated while parsing the stream. This will allow us to adjust the logic, such as dealing with per-commit warnings. Two of the warnings are in fact internal errors, so change them to raise and exception. Signed-off-by: Simon Glass <sjg@chromium.org>