This is an automated email from the ASF dual-hosted git repository.

akitouni pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


    from ad22165dc Merge pull request #2015 from 
apache/abderrahim/fix-push-storage-service
     add 907f5fcd3 types.py: Add CoreWarnings.UNAVAILABLE_SOURCE_INFO
     add 3be4aa9e9 source.py: Issue a configurable warning when 
collect_source_info() is unimplemented
     add cac1ea80c tests/frontend/show.py: Test unimplemented 
collect_source_info()
     new f5b999727 Merge pull request #2018 from 
apache/tristan/source-info-fatal-warning

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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
 .../fatal}/project.conf                            | 11 ++---
 .../non-fatal/elements/unimplemented.bst           |  4 ++
 .../non-fatal/plugins/non_fatal_unimplemented.py}  |  0
 .../non-fatal}/project.conf                        |  8 +---
 .../source-info/elements/unimplemented.bst         |  4 --
 12 files changed, 68 insertions(+), 72 deletions(-)
 create mode 100644 
tests/frontend/source-info-unimplemented/fatal/elements/unimplemented.bst
 copy tests/frontend/{source-info/plugins/unimplemented.py => 
source-info-unimplemented/fatal/plugins/fatal_unimplemented.py} (100%)
 copy tests/frontend/{source-info => 
source-info-unimplemented/fatal}/project.conf (57%)
 create mode 100644 
tests/frontend/source-info-unimplemented/non-fatal/elements/unimplemented.bst
 rename tests/frontend/{source-info/plugins/unimplemented.py => 
source-info-unimplemented/non-fatal/plugins/non_fatal_unimplemented.py} (100%)
 copy tests/frontend/{source-info => 
source-info-unimplemented/non-fatal}/project.conf (57%)
 delete mode 100644 tests/frontend/source-info/elements/unimplemented.bst

Reply via email to