-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
RecursionError: maximum recursion depth exceeded
when using new_from_builder()
#731
Comments
Thank you so much for building that repo. Looks like the issue was that you can't deep copy lambda expressions I guess. I changed the deep copies to shallow copies and it fixes this issue but now I need to verify it still fixes the last issue |
Unfortunately, it doesn't fix the previous issue. 😢 |
@JRubics which issue? |
hmm ok ill reopen that issue and take a look |
Thank you :) you can use the same example from this issue to reproduce it |
After fixing this issue, another bug occurs when calling
new_from_builder()
:RecursionError: maximum recursion depth exceeded
Since the previous issue was hard to reproduce, I created a small example where you can check it: https://github.com/JRubics/masonite-orm-issue-example
Steps to run it are in the
README.md
.Be sure to test it with both
masonite-orm
2.13.2
(old issue) and2.13.3
(new issue)Desktop:
What database are you using?
The text was updated successfully, but these errors were encountered: