-
Notifications
You must be signed in to change notification settings - Fork 428
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(task): quoting and command argument parsing #1467
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.
LGTM
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.
Awesome work! Just a question.
@@ -18,7 +18,7 @@ Parameters: | |||
ExecutionRole: | |||
Type: String | |||
Command: | |||
Type: String | |||
Type: CommaDelimitedList |
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.
Does this require a documentation change? Like, is it backwards compatible if people just want to use double quotes?
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.
it's backwards compatible. it's not a new change but just a bug fix i think.
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.
Ship it!
In #1998, the way that the strings are split into string slice may cause bugs when passing the values to cfn template. This PR implements a similar fix as #1467. Fixes #1998 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
In aws#1998, the way that the strings are split into string slice may cause bugs when passing the values to cfn template. This PR implements a similar fix as aws#1467. Fixes aws#1998 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
fix #1466
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.