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/07/27 05:28:43 UTC

[buildstream] branch master updated (19973909e -> e861c4fb0)

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 19973909e Merge pull request #1703 from apache/juerg/zip-strict
     add 2649f43bb _messenger.py: Document some undocumented symbols, and correct one type
     add c07b751f7 _message.py: Add type annotations
     add f6031f481 _frontend/app.py: Flush cached messages when handling a failure.
     new e861c4fb0 Merge pull request #1702 from apache/tristan/print-error-messages-before-prompt

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/app.py |  3 +++
 src/buildstream/_message.py      | 57 +++++++++++++++++++++-------------------
 src/buildstream/_messenger.py    | 21 +++++++++++++--
 3 files changed, 52 insertions(+), 29 deletions(-)


[buildstream] 01/01: Merge pull request #1702 from apache/tristan/print-error-messages-before-prompt

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 e861c4fb038a3f17146a13d881a6cb8a15e547f7
Merge: 19973909e f6031f481
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Jul 27 14:28:38 2022 +0900

    Merge pull request #1702 from apache/tristan/print-error-messages-before-prompt
    
    Print error messages before prompt

 src/buildstream/_frontend/app.py |  3 +++
 src/buildstream/_message.py      | 57 +++++++++++++++++++++-------------------
 src/buildstream/_messenger.py    | 21 +++++++++++++--
 3 files changed, 52 insertions(+), 29 deletions(-)