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:42 UTC

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

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(-)