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 2021/01/25 08:17:58 UTC

[buildstream] branch master updated (e02af38 -> fcb7c8b)

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 e02af38  Merge pull request #1446 from apache/chandan/fedora-33
     add aa6feac  node.pyx: Fixed error reporting in SequenceNode.as_str_list()
     add b6ad110  node.pyx: Fix segfault when calling MappingNode.get_str_list() with default None
     add 88625fb  node.pyi: Adding some missing type annotations
     add 36594b6  node.pyx, node.pxd, node.pyi: Type checking in MappingNode.get_sequence()
     add 77b0114  tests/internals/yaml.py: Test error reporting of SequenceNode.as_str_list()
     add fbda86d  tests/internals/yaml.py: Test MappingNode.get_str_list() with default None
     new fcb7c8b  Merge pull request #1452 from apache/tristan/yaml-fixes

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.pxd               |  2 +-
 src/buildstream/node.pyi               | 39 ++++++++++++----
 src/buildstream/node.pyx               | 82 ++++++++++++++++++++++++----------
 tests/internals/yaml.py                | 31 +++++++++++++
 tests/internals/yaml/list-of-dict.yaml |  5 +++
 tests/internals/yaml/list-of-list.yaml |  3 ++
 6 files changed, 128 insertions(+), 34 deletions(-)
 create mode 100644 tests/internals/yaml/list-of-dict.yaml
 create mode 100644 tests/internals/yaml/list-of-list.yaml


[buildstream] 01/01: Merge pull request #1452 from apache/tristan/yaml-fixes

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 fcb7c8baea7bad85229859103baeea9565dd7af4
Merge: e02af38 fbda86d
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Mon Jan 25 17:17:48 2021 +0900

    Merge pull request #1452 from apache/tristan/yaml-fixes
    
    Some minor fixes to the yaml/node parsing code

 src/buildstream/node.pxd               |  2 +-
 src/buildstream/node.pyi               | 39 ++++++++++++----
 src/buildstream/node.pyx               | 82 ++++++++++++++++++++++++----------
 tests/internals/yaml.py                | 31 +++++++++++++
 tests/internals/yaml/list-of-dict.yaml |  5 +++
 tests/internals/yaml/list-of-list.yaml |  3 ++
 6 files changed, 128 insertions(+), 34 deletions(-)