diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-05 11:16:49 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-06 13:09:35 +0200 |
commit | d4994870829cacf1d3f4756a732653d679af1d9b (patch) | |
tree | 1da94c8ef26244617eec21adffeeb12dbfa7df06 /CHANGELOG.md | |
parent | 5f899a316dfed58be9c3fe9e81ba3102cf9e9e9e (diff) | |
download | justbuild-d4994870829cacf1d3f4756a732653d679af1d9b.tar.gz |
Extend just exit codes to distinguish different kinds of failures
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 87567ff5..4e871a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ A feature release on top of `1.5.0`, backwards compatible. - The expression language has been extended to contain new built-in functions `"zip_with"`, `"zip_map"`. +### Other changes + +- The exit code 1 now strictly refers to build failure due to a + failing build action. Syntactical errors invoking the tool, as + well as errors during analysis now return separate exit codes. + ### Fixes - `just execute` and `just serve` now create their pid and info |