This is an automated email from the ASF dual-hosted git repository. akitouni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit f5b9997274a2c173a130d7dd13b6f8243335a59f Merge: ad22165dc cac1ea80c Author: Abderrahim Kitouni <[email protected]> AuthorDate: Mon Jun 2 18:19:24 2025 +0100 Merge pull request #2018 from apache/tristan/source-info-fatal-warning core warnings for missing Source.collect_source_info() implementations src/buildstream/__init__.py | 1 - src/buildstream/_frontend/widget.py | 22 ++++------ src/buildstream/source.py | 49 +++++++++------------- src/buildstream/types.py | 6 +++ tests/frontend/show.py | 31 +++++++++----- .../fatal/elements/unimplemented.bst | 4 ++ .../fatal/plugins/fatal_unimplemented.py} | 0 .../source-info-unimplemented/fatal/project.conf | 13 ++++++ .../non-fatal/elements/unimplemented.bst | 4 ++ .../non-fatal/plugins/non_fatal_unimplemented.py} | 0 .../non-fatal/project.conf | 10 +++++ .../source-info/elements/unimplemented.bst | 4 -- 12 files changed, 86 insertions(+), 58 deletions(-)
