Skip to content

Added fix for array mangling. Added tests. Updated version to 2.0.0.#5

Merged
oarevalo merged 3 commits intointel:masterfrom
tj-thompson:fix-array-handling
Mar 5, 2024
Merged

Added fix for array mangling. Added tests. Updated version to 2.0.0.#5
oarevalo merged 3 commits intointel:masterfrom
tj-thompson:fix-array-handling

Conversation

@tj-thompson
Copy link
Copy Markdown
Contributor

@tj-thompson tj-thompson commented Mar 5, 2024

Fixes array handling in config files. Prior code would convert arrays into objects with key/value pairs that are the array indices/values. New code leaves arrays as arrays while retaining env interpolation.

Prior to this fix, an array in a config file that looked like ['a', 'b', 'c'] would get converted to {"0": "a", "1": "b", "2": "c"}. New code will leave the array as ['a', 'b', 'c'].

@oarevalo oarevalo merged commit 688e8be into intel:master Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants