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

Possible infinite recursions in Layouts #271

Open
regnarock opened this issue Nov 13, 2014 · 2 comments
Open

Possible infinite recursions in Layouts #271

regnarock opened this issue Nov 13, 2014 · 2 comments

Comments

@regnarock
Copy link
Member

Introduced in #262, the method execute of class Layout can possibly go in infinite recursion.
Simple possible bug case:

let Layout A, B
Layout A includes B
Layout B includes A

@jeremyletang
Copy link
Member

Why not comment in thr pr since it's not merge ?

@regnarock
Copy link
Member Author

This PR will be accepted nevertheless. This is far from being critical (it is more an error from the user than an actual bug in the framework).

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

3 participants