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 0b8c2e199aaa5272f48659f54b0a57fc51075947 Merge: 89100e1 eb0d9f5 Author: Tristan Van Berkom <[email protected]> AuthorDate: Sun Oct 10 15:29:32 2021 +0900 Merge pull request #1523 from apache/tristan/strict-element-names Error out on invalid element names NEWS | 6 ++ src/buildstream/_loader/loader.py | 65 +++++++++------------- src/buildstream/exceptions.py | 12 ++++ src/buildstream/types.py | 12 ---- tests/format/elementnames.py | 29 ++++++++++ tests/format/elementnames/bad-chars-dep.bst | 3 + tests/format/elementnames/bad-suffix-dep.bst | 3 + tests/format/elementnames/project.conf | 4 ++ tests/frontend/buildcheckout.py | 56 +------------------ .../project/elements/invalid-chars-in-dep.bst | 8 --- tests/frontend/project/elements/target2.bst | 7 --- tests/frontend/project/project.conf | 4 -- 12 files changed, 84 insertions(+), 125 deletions(-)
