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/08/21 08:38:39 UTC

[buildstream] branch master updated (cabb49bb5 -> 748ed5d45)

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 cabb49bb5 Merge pull request #1728 from apache/tristan/fix-logging-race
     add e5793d858 _yaml.pyx: Added roundtrip_dump_string()
     add fe08625e5 element.py, _frontend/widget.py: Use _yaml.roundtrip_dump_string()
     new 748ed5d45 Merge pull request #1731 from apache/tristan/fix-ruamel-deprecation-warnings

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/_frontend/widget.py | 26 +++++++++-----------------
 src/buildstream/_yaml.pyx           | 19 ++++++++++++++++++-
 src/buildstream/element.py          |  4 ++--
 tests/frontend/show.py              | 13 ++++++-------
 4 files changed, 35 insertions(+), 27 deletions(-)


[buildstream] 01/01: Merge pull request #1731 from apache/tristan/fix-ruamel-deprecation-warnings

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 748ed5d45a1af58e51fe18d0d53409e2a133db02
Merge: cabb49bb5 fe08625e5
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Sun Aug 21 17:38:34 2022 +0900

    Merge pull request #1731 from apache/tristan/fix-ruamel-deprecation-warnings
    
    Fix remaining ruamel deprecation warnings

 src/buildstream/_frontend/widget.py | 26 +++++++++-----------------
 src/buildstream/_yaml.pyx           | 19 ++++++++++++++++++-
 src/buildstream/element.py          |  4 ++--
 tests/frontend/show.py              | 13 ++++++-------
 4 files changed, 35 insertions(+), 27 deletions(-)