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

What to do in case of loops? #46

Open
Yoric opened this issue Mar 21, 2016 · 2 comments
Open

What to do in case of loops? #46

Yoric opened this issue Mar 21, 2016 · 2 comments

Comments

@Yoric
Copy link
Collaborator

Yoric commented Mar 21, 2016

Once fxbox/foxbox#127 has landed, we may end up with endless loops between Thinkerbell and Thinkerbell. That's pretty ugly, so we'll need a way to detect such loops and somehow deactivate the rules.

Cc @fabricedesre , @mcav .

@Yoric
Copy link
Collaborator Author

Yoric commented Mar 21, 2016

This could be done during compilation, by blacklisting Thinkerbell either as a source or as a destination.

@Yoric
Copy link
Collaborator Author

Yoric commented Mar 21, 2016

Actually, not during compilation, as the source and destination can change dynamically. So during execution, which may be a little more complicated.

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