diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-22 16:48:03 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-23 10:11:49 +0200 |
commit | 6a1c5cc2c05e7c013a44cddbf030b7d50f1daf12 (patch) | |
tree | 9dc0e79829abd5a66819a8bba70680550784fe85 /CHANGELOG.md | |
parent | 4084db065c9bd973ff5664e45336a6674d66b45e (diff) | |
download | justbuild-1.4.0-alpha+20241023.tar.gz |
expressions: enforce strict arguments for "join" and "join_cmd"v1.4.0-alpha+20241023
... as described in the documentation. It was never intended to have
a single string being an argument for those.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f194c3..dace2933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,10 @@ local build root on upgrade. - The built-in rule `"generic"` now properly enforces that the obtained outputs form a well-formed artifact stage; a conflicting arrangement of artifacts was possilbe beforehand. +- The built-in expression functions `"join"` and `"join_cmd"` + now properly enforce that the argument is a list of strings. + So far, they used to accept a single string, treating it as a + singleton list. - A bug was fixed that cased `just serve` to fail with an internal error when building against ignore-special roots. - `just` now accurately reports internal errors that occurred on |