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 #5536

Merged
merged 3 commits into from
Jun 28, 2024

Commits on Jun 11, 2024

  1. iteration.c: Fixed typo in comments

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    793bd65 View commit details
    Browse the repository at this point in the history
  2. iteration.c: Removed commented out code

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    668116f View commit details
    Browse the repository at this point in the history

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