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

Improve omitting circular references #28

Merged
merged 3 commits into from
Sep 16, 2024

Conversation

PetrHeinz
Copy link
Member

Avoids replacing scalars by "<omitted circular reference>", as it doesn't make sense - bools, string, ints and floats cannot contain circular references.

Also omits circular references in tuples and sets.

@PetrHeinz PetrHeinz requested a review from curusarn September 16, 2024 12:35
Copy link
Contributor

@curusarn curusarn left a comment

Choose a reason for hiding this comment

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

Thanks Petr!

@PetrHeinz PetrHeinz merged commit 6f4428d into master Sep 16, 2024
10 checks passed
@PetrHeinz PetrHeinz deleted the ph/same-scalar-instance-get-omitted branch September 16, 2024 12:57
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