Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENT-9491: Fixed bug in double expansion of foreign list variables (3.18.x) #5560

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

larsewi
Copy link
Contributor

@larsewi larsewi commented Jun 28, 2024

Test output before fix looks like this:

R: /ntech/cfengine/core/tests/acceptance/01_vars/01_basic/double_expansion_list.cf FAIL
R: $($(parent_bundle).str) => EXPANDED
R: $($(parent_bundle).lst) => $(check.lst)
R: $(check.baz)            => EXPANDED
R: $($(parent_bundle)#lst) => EXPANDED

Ticket: ENT-9491
Changelog: None
Signed-off-by: Lars Erik Wik [email protected]
(cherry picked from commit ea1c92f)

Back-ported from #5536

Test output before fix looks like this:

```
R: /ntech/cfengine/core/tests/acceptance/01_vars/01_basic/double_expansion_list.cf FAIL
R: $($(parent_bundle).str) => EXPANDED
R: $($(parent_bundle).lst) => $(check.lst)
R: $(check.baz)            => EXPANDED
R: $($(parent_bundle)$lst) => EXPANDED
```

Ticket: ENT-9491
Changelog: None
Signed-off-by: Lars Erik Wik <[email protected]>
(cherry picked from commit ea1c92f)
@larsewi larsewi changed the title Fixed bug in double expansion of foreign list variables ENT-9491: Fixed bug in double expansion of foreign list variables (3.18.x) Jun 28, 2024
@larsewi
Copy link
Contributor Author

larsewi commented Jun 28, 2024

@cf-bottom Jenkins please :)

@cf-bottom
Copy link

@larsewi larsewi merged commit 2154b4e into cfengine:3.18.x Jul 1, 2024
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants