-
Notifications
You must be signed in to change notification settings - Fork 597
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
bug: #42: One of the arguments does not satisfy the requirements of the libfunc.
#3863
Labels
bug
Something isn't working
Comments
I mostly understand why this happens - we apparently have an issue with the local variable scheduling: A temporary solve for these cases can be:
Call it write after the call to |
9 tasks
Merged
spapinistarkware
added a commit
that referenced
this issue
Aug 15, 2023
spapinistarkware
added a commit
that referenced
this issue
Aug 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Cairo version:
2.1.0
Current behavior:
Testing the following code results in:
The bug manifests when more than two assertion lines are present at a time. When only one is there, it runs successfully.
Expected behavior:
The test runs successfully
Steps to reproduce:
Related code:
Other information:
The text was updated successfully, but these errors were encountered: