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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

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
1 participant