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

Commits on Jun 28, 2024

  1. Fixed bug in double expansion of foreign list variables

    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 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    49f3bf7 View commit details
    Browse the repository at this point in the history