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

Improve comma separated list splitting in group resource #7001

Closed
wants to merge 1 commit into from
Closed

Conversation

tas50
Copy link
Contributor

@tas50 tas50 commented Mar 18, 2018

This is the same thing I did in sudo. It just makes the string parsing a bit more user spacing proof.

accepted before:

  • 1,2,3

accepted now:

  • 1,2,3
  • 1, 2, 3
  • 1 ,2 ,3
  • any combo of the above 3

Signed-off-by: Tim Smith tsmith@chef.io

Description

[Please describe what this change achieves]

Issues Resolved

[List any existing issues this PR resolves, or any Discourse or
StackOverflow discussion that's relevant]

Check List

@tas50 tas50 requested a review from a team March 18, 2018 02:13
@tas50 tas50 force-pushed the group2 branch 2 times, most recently from f48f36f to 574f183 Compare March 20, 2018 16:21
@thommay
Copy link
Contributor

thommay commented May 22, 2018

Lots of unhappy specs on this one

This is the same thing I did in sudo. It just makes the string parsing a bit more user spacing proof.

accepted before:
  - 1,2,3

accepted now:
  - 1,2,3
  - 1, 2, 3
  - 1 ,2 ,3
  - any combo of the above 3

Signed-off-by: Tim Smith <tsmith@chef.io>
@tas50
Copy link
Contributor Author

tas50 commented Jul 17, 2018

Closing in favor of #7474

@tas50 tas50 closed this Jul 17, 2018
@tas50 tas50 deleted the group2 branch July 17, 2018 20:20
@lock
Copy link

lock bot commented Sep 15, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants