Skip to content
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

(GH-510) Fix for Choco new silentargs can't pass in args in the param… #513

Closed
wants to merge 1 commit into from

Conversation

sahebjade
Copy link
Contributor

…=value format

Closes #510

@ferventcoder
Copy link
Member

@sahebjade Have you had the opportunity to review our CONTRIBUTING document? We would ask that you read over and sign a CLA so that we can take contributions - https://github.com/chocolatey/choco/blob/master/CONTRIBUTING.md

Apologies, usually the CLA bot check shows up on PRs, but it appears it did not for this PR.

@ferventcoder
Copy link
Member

Now it looks like it may be incorrectly flagging as signed. Looks like we may need to find another CLA host

@@ -79,7 +79,7 @@ public void handle_additional_argument_parsing(IList<string> unparsedArguments,

foreach (var unparsedArgument in unparsedArguments.or_empty_list_if_null())
{
var property = unparsedArgument.Split(new[] {'='}, StringSplitOptions.RemoveEmptyEntries);
var property = unparsedArgument.Split(new[] { '=' }, 2, StringSplitOptions.RemoveEmptyEntries);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super simple. Love it.

@ferventcoder
Copy link
Member

Followup @sahebjade, it appears the CLA has not yet been signed. I mentioned this above in #513 (comment). The status is showing incorrectly here as I resent those through and it didn't pick up the original submitter of this request. If you can review and sign, we can move forward with this fix.

@sahebjade
Copy link
Contributor Author

Sorry I was away from work. Now I have signed the CLA. Please can you move it further. Thanks.

@sahebjade sahebjade deleted the silentargs branch March 28, 2019 14:38
@sahebjade sahebjade restored the silentargs branch March 28, 2019 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants