From fbc34ed2cb3e42a2d5df6db67a362b127df42f7d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 16 Nov 2022 11:38:23 +0100 Subject: Fix effective configuration computation in configure While the built-in "configure" rule is forwarding the result of the configured target, its own effective configuration is not that of the configured target. The effective configuration is defined to be that part of the incoming configuration that can potentially influence the result of that target; in particular, this includes variables read in defining the configuration transition. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b5b9846..eb9de309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ Initial stable release. ### Important changes since `1.0.0~beta5` -- The "configure" built-in rule now evaluates "target" +- The "confgiure" built-in rule now evaluates "target". Also, + a bug in the computation of the effective configuration + was fixed. - Option `--dump-vars` added to `just analyse` - Rule fixes in propagating `ENV` - Launcher functionality added to `just-mr` -- cgit v1.2.3