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

Fix/43 value array #45

Merged
merged 2 commits into from
Sep 20, 2022
Merged

Fix/43 value array #45

merged 2 commits into from
Sep 20, 2022

Conversation

der
Copy link
Member

@der der commented Sep 17, 2022

Proposed fix for #43

Representing failed map in arrays as a ValueNull makes sense. I've make that change .

I don't see the the problem you report with TemplateBase it just silently ignores the nulls for me, as you would expect.

However, there was a bug in your test case, it will loop indefinitely if the failure is detected in the loop, as it will when the ValueNull fix is applied. Fixed that in the test case in the branch.

@der der requested a review from skwlilac September 17, 2022 17:54
Copy link
Contributor

@skwlilac skwlilac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good to me. Thank you.

Apologies about the looping test case.

@der der merged commit 2d2d4ea into master Sep 20, 2022
@der der deleted the fix/43-value-array branch September 20, 2022 08:58
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.

2 participants