summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-05-05 16:41:37 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-05-05 16:46:38 +0200
commitf249a220913f4421c58c9c6251e4f3dce67e251c (patch)
tree8e5b3017211e2815d265022c3f19e2db544e6bdf /CHANGELOG.md
parenta3d2803ebd12dd2741a249536752418faf7b0ec5 (diff)
downloadjustbuild-f249a220913f4421c58c9c6251e4f3dce67e251c.tar.gz
generic rule: fix conflict check
For a generic rule, it is an error if map union of various inputs (overlayed in correct order) does not form a proper stage. To implement this check properly, we first have to construct the map of all inputs and only then perform the staging check and not do the check with only the runfiles, as 5e104a526cf76fe75312d2fd288a3c88f506fb0a accidentally did. Fix this.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6dc36275..87567ff5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,8 @@ A feature release on top of `1.5.0`, backwards compatible.
and through its local CAS; this fixes a performance issue.
- `just-mr` now also consideres computed roots (as no-op) when
reporting progress.
+- The "generic" rule now properly detects staging conflicts, taking
+ the full inputs into account (and not only the runfiles).
## Release `1.5.0` (2025-03-06)