Commits on Source 16
-
We now delay refreshing submodules until we have a clone, that is after we have fetched the main fetcher. Fixes #537
-
-
-
-
-
-
Tristan Van Berkom authored
Delay refreshing git submodule until we have a clone Closes #537 See merge request !656
-
This allows for users to configure fatal-warnings to be either a list of warnings. This commit deprecates the use of fail-on-overlap within project.conf, this will now use the fatal-warnings configuration item. element.py: Cache key calculation now takes into account all of the fatal-warnings tests: This modifys the tests/frontend/overlaps.py tests to support the new fatal-warnings configuration. Backwards compatibility is also tested for `fail-on-overlap` _versions.py: BST_FORMAT_VERSION bumped to 15 for fatal-warnings BST_CORE_ARTIFACT_VERSION bumpted to 5 for fatal-warnings Fixes: #526
-
Tristan Van Berkom authored
Configurable Warnings Closes #526 See merge request !627
-
Qinusty authored
This test is to help avoid a regression in this area, fetching should terminate and not retry.