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: allow array getters to return non-arrays #38

Conversation

DesignByOnyx
Copy link

@DesignByOnyx DesignByOnyx commented Jul 11, 2024

Summary

Array getters should be allowed to return non-arrays.
This fixes #37 and #36

@DesignByOnyx DesignByOnyx force-pushed the 37-fix-array-getter-return-non-array branch from cc85664 to db1fb91 Compare July 11, 2024 06:14
@DesignByOnyx
Copy link
Author

I can report that this fix got all of our tests passing again. We were previously on 0.4.0 (sorry about that). I have the bandwidth to make any additional changes to get this merged, and I can test it against a fairly large 10 year old project being deployed to very large companies.

@vkarpov15 vkarpov15 closed this in 5e0541c Feb 21, 2025
@vkarpov15
Copy link
Member

I pushed fix in 5e0541c, this PR had a bunch of merge conflicts from subsequent PRs. I'm sorry I closed without merging, but I will make a note of your contribution in the changelog. And I'm very sorry for the delay in merging this.

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.

Array values cannot be transformed to non-arrays
2 participants