Skip to content

Fix crash related to duplicate dictionary keys. #31

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

Merged
merged 1 commit into from
Oct 9, 2015

Conversation

richardjrossiii
Copy link
Contributor

When saving a ParseObject which had the same object reference inside of itself twice (which is a supported use-case), we would crash because .NET's dictionary implementation does throws an exception when attempting to overwrite a key.

Fixes #29.

cc @grantland @hallucinogen

When saving a ParseObject which had the same object reference inside of itself twice (which is a supported use-case), we would crash because .NET's dictionary implementation does throws an exception when attempting to overwrite a key.

Fixes #29.
@nlutsenko
Copy link

image

richardjrossiii added a commit that referenced this pull request Oct 9, 2015
….crash

Fix crash related to duplicate dictionary keys.
@richardjrossiii richardjrossiii merged commit 02903d0 into master Oct 9, 2015
@richardjrossiii richardjrossiii deleted the richardross.collectchildren.crash branch October 9, 2015 21:17
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.

3 participants