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 04:30:04 UTC

[buildstream] branch tristan/yaml-fixes updated (8999b74 -> fbda86d)

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

tvb pushed a change to branch tristan/yaml-fixes
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard 8999b74  tests/internals/yaml.py: Test MappingNode.get_str_list() with default None
 discard fd8bac8  tests/internals/yaml.py: Test error reporting of SequenceNode.as_str_list()
 discard 111e4c0  node.pyx, node.pxd, node.pyi: Type checking in MappingNode.get_sequence()
 discard c6607c1  node.pyi: Adding some missing type annotations
 discard d9efbf5  node.pyx: Fix segfault when calling MappingNode.get_str_list() with default None
 discard c46e5b4  node.pyx: Fixed error reporting in SequenceNode.as_str_list()
     add 0b1f29f  .github: Add fedora 33 to CI suite
     add 04ed272  .github: Stop testing against Fedora 31
     add 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

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8999b74)
            \
             N -- N -- N   refs/heads/tristan/yaml-fixes (fbda86d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/common.env                    | 4 ++--
 .github/compose/ci.docker-compose.yml | 6 +++---
 .github/workflows/ci.yml              | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)