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

Stop circular dependencies causing infinite recursion. #14

Open
nilportugues opened this issue Apr 29, 2016 · 1 comment
Open

Stop circular dependencies causing infinite recursion. #14

nilportugues opened this issue Apr 29, 2016 · 1 comment
Assignees
Labels

Comments

@nilportugues
Copy link
Owner

Typical example, Doctrine Proxy classes, are causing these, but any kind of circular references should stopped by placing an id (works for Doctrine, not random objects with this issue), or creating a secondary structure to hold the references to these objects.

@nilportugues
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant