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/09/23 06:12:39 UTC

[buildstream] branch master updated (f8f00f0 -> dcb228d)

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 f8f00f0  Merge pull request #1515 from apache/tristan/workspace-data-namespacing
     add 24abe42  element.py: Make Element.configure_dependencies() take an Iterable
     add 32a7d3f  element.py: Add link to SandboxFlags in docs for Element.batch_prepare_assemble()
     add 18e9320  plugin.py: Harden the Plugin.call() and Plugin.check_output() APIs
     new dcb228d  Merge pull request #1518 from apache/tristan/type-annotations

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/element.py |   6 +-
 src/buildstream/plugin.py  | 155 +++++++++++++++++++++++++++++++++++----------
 2 files changed, 125 insertions(+), 36 deletions(-)

[buildstream] 01/01: Merge pull request #1518 from apache/tristan/type-annotations

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 dcb228d98fbb0d345936764da0ff1259dd8111fd
Merge: f8f00f0 18e9320
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Sep 23 15:12:33 2021 +0900

    Merge pull request #1518 from apache/tristan/type-annotations
    
    Hardening API surfaces

 src/buildstream/element.py |   6 +-
 src/buildstream/plugin.py  | 155 +++++++++++++++++++++++++++++++++++----------
 2 files changed, 125 insertions(+), 36 deletions(-)