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 encoding identical siblings #341

Merged

Conversation

0HyperCube
Copy link
Contributor

Goal

Currently when encoding a list or dictionary with identical siblings but no recursion, one of the fields is mistakenly replaced with [RECURSIVE].

Design

After finishing encoding an object, it is removed from the ignored list.

Changeset

Identical sibling objects are now properly encoded.

Testing

New test_encoding_identical_siblings test added.

@imjoehaines imjoehaines changed the base branch from master to next July 4, 2023 08:04
@imjoehaines imjoehaines merged commit 21ddc08 into bugsnag:next Jul 5, 2023
5 of 9 checks passed
@imjoehaines imjoehaines mentioned this pull request Jul 14, 2023
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.

None yet

2 participants