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

[buildstream] branch tristan/fix-ruamel-deprecation-warnings updated (5be4a54bb -> fe08625e5)

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

tvb pushed a change to branch tristan/fix-ruamel-deprecation-warnings
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard 5be4a54bb element.py, _frontend/widget.py: Use _yaml.roundtrip_dump_string()
 discard de67e7485 _yaml.pyx: Added roundtrip_dump_string()
     add 2bd97d9f4 _frontend/app.py: Fixed missing messages in frontend main logging
     add 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()

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   (5be4a54bb)
            \
             N -- N -- N   refs/heads/tristan/fix-ruamel-deprecation-warnings (fe08625e5)

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:
 src/buildstream/_frontend/app.py | 83 ++++++++++++++++++++++++++--------------
 1 file changed, 55 insertions(+), 28 deletions(-)