-
Notifications
You must be signed in to change notification settings - Fork 164
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
fix: cairo1-run array argument's length can not be less than 2 #1737
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix! Please add this PR to the CHANGELOG.md file so we can record the changes!
CHANGELOG has been updated. please check again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you provide an example program where you need to pass less than 2 args and a test?
@juanbono tests has been added |
fix: cairo1-run array argument's length can not be less than 2
Description
if the program has an argument which is an empty array or the length is 1, cairo1-run fails with error:
Checklist