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

Support empty yaml array #217

Merged
merged 2 commits into from
Dec 7, 2023
Merged

Support empty yaml array #217

merged 2 commits into from
Dec 7, 2023

Conversation

oneiros
Copy link
Collaborator

@oneiros oneiros commented Nov 8, 2023

Fixes #215

Since we represent values as yaml strings, we need to handle all possible (kinds of) values separately. This is an edge case we did not handle before, should be fixed with this PR.

@oneiros oneiros requested a review from a team as a code owner November 8, 2023 09:13
@tuxmea tuxmea enabled auto-merge (squash) December 7, 2023 13:57
@tuxmea tuxmea merged commit 53839a7 into main Dec 7, 2023
9 checks passed
@tuxmea tuxmea deleted the issue-215 branch December 7, 2023 14:00
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.

Setting a key to an empty array produces an error
3 participants