This is an automated email from the ASF dual-hosted git repository.
juergbi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git
from 7247e0a0d Merge pull request #2155 from apache/jbilleter/docs
add 6a3af2624 Static Type Checking: Enums
add 6115da156 docs: Add details about static type checking
new ad6b437d7 Merge pull request #2153 from
nathanwilliams-ct/nathan/enum-static-type-checking
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:
doc/source/hacking/using_the_testsuite.rst | 9 ++
src/buildstream/_elementproxy.py | 6 +-
src/buildstream/_overlapcollector.py | 6 +-
src/buildstream/_pipeline.py | 9 +-
src/buildstream/_stream.py | 16 +--
src/buildstream/element.py | 21 +++-
src/buildstream/types.py | 8 +-
src/buildstream/types.pyi | 177 +++++++++++++++++++++++++++++
8 files changed, 227 insertions(+), 25 deletions(-)
create mode 100644 src/buildstream/types.pyi