-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cyclical references #42
Comments
Partially resolved by 89ebf34 Needs tests for indirect references like: (solved by 29a0d58)
MappedObjectRule::createType() should improve: (solved by dd60919)
DefaultProcessor::handleMissingFields() should be reviewed, auto-inicialization could lead to infinite loop Either MappedObjectRule's Type or Printers should be reviewed for better cyclical references support |
Finished, solution for auto-initialization continues in #45 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Any object can reference, directly or indirectly, itself. At bare minimum, metadata loading should work.
The text was updated successfully, but these errors were encountered: