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

Disabling infinite recursion #24

Open
DanPeled opened this issue Sep 10, 2024 · 0 comments
Open

Disabling infinite recursion #24

DanPeled opened this issue Sep 10, 2024 · 0 comments

Comments

@DanPeled
Copy link

A bug i stumbled upon was that monolouge didnt figure out was that a variable of mine was a singleton which caused an infinite recursion on default and crashed the whole code without me being able to know that

My suggestion for the fix: adding a recursion counter for each var and if it exceeds some amount it will either raise and error that will actually tell u whats wrong / a warning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant