You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/02/04 02:33:41 UTC

[buildstream] branch master updated (d508773 -> 90cb29f)

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

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


    from d508773  Merge pull request #1579 from jjardon/jjardon/fedora33_remove
     add df1cffd  node.pyx: Fix node composition to not leak mutable data onto targets
     add ebab0cb  tests/format/variables.py: Adding regression test for #1360 notparallel issue
     new 90cb29f  Merge pull request #1570 from apache/tristan/test-notparallel

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/node.pyx                           |  6 +--
 tests/format/variables.py                          | 51 ++++++++++++++++++++++
 tests/format/variables/notparallel/notparallel.bst |  4 ++
 tests/format/variables/notparallel/parallel.bst    |  4 ++
 .../format/variables/notparallel/plugins/custom.py | 12 +++++
 .../variables/notparallel/plugins/custom.yaml      | 10 +++++
 .../variables/notparallel}/project.conf            | 12 ++---
 7 files changed, 90 insertions(+), 9 deletions(-)
 create mode 100644 tests/format/variables/notparallel/notparallel.bst
 create mode 100644 tests/format/variables/notparallel/parallel.bst
 create mode 100644 tests/format/variables/notparallel/plugins/custom.py
 create mode 100644 tests/format/variables/notparallel/plugins/custom.yaml
 copy tests/{frontend/consistencyerror => format/variables/notparallel}/project.conf (55%)

[buildstream] 01/01: Merge pull request #1570 from apache/tristan/test-notparallel

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 90cb29f8533ebd119cad7ec7c241649ba8bdaede
Merge: d508773 ebab0cb
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Feb 4 11:33:35 2022 +0900

    Merge pull request #1570 from apache/tristan/test-notparallel
    
    Fix `MappingNode._composite()`

 src/buildstream/node.pyx                           |  6 +--
 tests/format/variables.py                          | 51 ++++++++++++++++++++++
 tests/format/variables/notparallel/notparallel.bst |  4 ++
 tests/format/variables/notparallel/parallel.bst    |  4 ++
 .../format/variables/notparallel/plugins/custom.py | 12 +++++
 .../variables/notparallel/plugins/custom.yaml      | 10 +++++
 tests/format/variables/notparallel/project.conf    | 13 ++++++
 7 files changed, 97 insertions(+), 3 deletions(-)