You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
I face an issue with contracts when I have function with many arguments.
For example, function has 8 arguments and I want to call it.
When I call with argument splitting for readability then the code will not be compiled.
The compilation error is File "/usr/local/lib/python3.6/dist-packages/boa/code/expression.py", line 319, in lookup_method_name return self.methodnames.pop() IndexError: pop from empty list
Please, add such support otherwise it hit development experience.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I face an issue with contracts when I have function with many arguments.
For example, function has 8 arguments and I want to call it.
When I call with argument splitting for readability then the code will not be compiled.
I need to change this to single line like that
The compilation error is
File "/usr/local/lib/python3.6/dist-packages/boa/code/expression.py", line 319, in lookup_method_name return self.methodnames.pop() IndexError: pop from empty list
Please, add such support otherwise it hit development experience.
The text was updated successfully, but these errors were encountered: