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: remove key collision logging #34

Merged

Conversation

ctrlaltf24
Copy link
Contributor

@ctrlaltf24 ctrlaltf24 commented Jul 14, 2023

While this log message is nice to have, it's not worth having an infinite loop over

Alternative solutions:

  • Consider renaming colliding field to avoid collision (changing the key name isn't ideal)

Issue #, if available: Fixes #33

Description of changes:
Remove log message that may cause infinite loop

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

While this log message is nice to have, it's not worth having an
infinite loop over

Alternative solutions:
- Consider renaming colliding field

Fixes LukeMathWalker#33
@LukeMathWalker
Copy link
Owner

I'll merge this while we determine if #35 can be a solution. Thanks!

@LukeMathWalker LukeMathWalker merged commit 5239429 into LukeMathWalker:master Jul 16, 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.

Infinite loop in some circumstances
2 participants