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

bugfix isPojo when provided with an object with a circular reference #8

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

cdepage
Copy link
Owner

@cdepage cdepage commented Mar 10, 2024

Ensure isPojo() return false when provided an object with a circular reference.

@cdepage cdepage merged commit 8415a18 into main Mar 10, 2024
4 of 5 checks passed
@cdepage cdepage deleted the 7-bugfix-pojo-with-circular-ref branch March 10, 2024 21:19
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.

ojbect with circular reference causes isPojo to error out with 'maximum call stack exceeded'
1 participant