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

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


    from a5072d4ad Merge pull request #2087 from kotborealis/fix-typo
     add 4392664c5 _loader: Drop unused dependency list
     add 9ed6aa573 _loader: Merge duplicate dependencies via link elements
     add e90c2463b tests/format/link.py: Add test for multiple links with the 
same target
     new 12b11f89c Merge pull request #2097 from apache/jbilleter/links

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/_loader/loadelement.pyx              |  2 +-
 src/buildstream/_loader/loader.py                    | 18 ++++++++++++------
 tests/format/link.py                                 | 20 ++++++++++++++++++++
 .../elements/hello-link-1.bst}                       |  0
 .../elements/hello-link-2.bst}                       |  0
 .../elements/hello.bst                               |  0
 .../multiple-links-same-target/elements/target.bst   |  5 +++++
 .../multiple-links-same-target}/files/hello.txt      |  0
 .../multiple-links-same-target}/project.conf         |  2 +-
 9 files changed, 39 insertions(+), 8 deletions(-)
 copy tests/format/link/{simple/elements/hello-link.bst => 
multiple-links-same-target/elements/hello-link-1.bst} (100%)
 copy tests/format/link/{simple/elements/hello-link.bst => 
multiple-links-same-target/elements/hello-link-2.bst} (100%)
 copy tests/format/link/{conditional-junctions/subproject => 
multiple-links-same-target}/elements/hello.bst (100%)
 create mode 100644 
tests/format/link/multiple-links-same-target/elements/target.bst
 copy tests/format/{include/full_path/subproject => 
link/multiple-links-same-target}/files/hello.txt (100%)
 copy tests/format/{include/full_path/subproject => 
link/multiple-links-same-target}/project.conf (53%)

Reply via email to