commit | b580039530ee0f982f46efb3c9287039aabb86bc | [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 | 06127f90a08e5f3e2eec9ef1a764a87b5eddaa50 [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>