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

Add checking for cycle in factory configuration #3

Open
vogel opened this issue Sep 7, 2014 · 0 comments
Open

Add checking for cycle in factory configuration #3

vogel opened this issue Sep 7, 2014 · 0 comments
Milestone

Comments

@vogel
Copy link
Owner

vogel commented Sep 7, 2014

If factories are configured in cycle (eg: to create f1 you need f2 factory, to create f2 you need f3 factory and to create f3 you need f1 factory) program can hang. Cycle detection must be added and new exception type must be created.

@vogel vogel added this to the 1.1 milestone Oct 18, 2014
@vogel vogel modified the milestones: 1.2, 1.1 Nov 3, 2014
vogel added a commit that referenced this issue Jan 15, 2016
Signed-off-by: Rafał Malinowski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant