This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit ad6b437d760df8b3a8cdb151bd3da93ca3a77006 Merge: 7247e0a0d 6115da156 Author: Jürg Billeter <[email protected]> AuthorDate: Tue Jul 28 18:33:42 2026 +0200 Merge pull request #2153 from nathanwilliams-ct/nathan/enum-static-type-checking Static Type Checking: Enums 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(-)
