-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support for circular references #2
Comments
This appears to already work - I'm sure there's some edge cases that it won't work for, but the case you provided does work. |
…atter. Fixes #3 (comment) This reopens #2 and disables the test for circular reference handling.
I've restored basic circular reference support, but note that there will likely be edge cases (PRs welcome). The only true way to handle this would be using a It's pretty complex so I'd prefer not to have to do it without compelling use cases. |
Released as |
This issue is a follow-up on #1.
It would be nice to be able to test for equality with objects that contain circular references. See mjackson/expect#50 for an instance of where this would be useful.
The text was updated successfully, but these errors were encountered: