We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Introduced in #262, the method execute of class Layout can possibly go in infinite recursion. Simple possible bug case:
execute
Layout
let Layout A, B Layout A includes B Layout B includes A
The text was updated successfully, but these errors were encountered:
Why not comment in thr pr since it's not merge ?
Sorry, something went wrong.
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).
brissa-a
No branches or pull requests
Introduced in #262, the method
execute
of classLayout
can possibly go in infinite recursion.Simple possible bug case:
The text was updated successfully, but these errors were encountered: