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

Yet more failing tests for optional parameter behavior around Arrays #911

Closed
wants to merge 1 commit into from

Conversation

al2o3cr
Copy link

@al2o3cr al2o3cr commented Jan 27, 2015

This is another group of failing tests for parameter parsing. See also related issues / PRs:

  • 615 encounters similar behavior with defaults inside an optional Array

  • 895 tests some of the same behavior, but with optional params inside an optional Array

  • 723 encounters identical behavior (nested optional Array containing required params forces all elements of the array to have an optional value)

Creating this PR for discussion of the cases + any resolution I come up with.

@dblock
Copy link
Member

dblock commented Apr 1, 2016

I think a lot of this is fixed now, @al2o3cr care to rebase and retest and potentially PR there specs with passing?

@ipkes
Copy link
Contributor

ipkes commented May 3, 2016

Is there any possible to change some spec in this PR and not creating another PR?
I have prepared some fix for tests and a possible solution for problem.

@dblock
Copy link
Member

dblock commented May 3, 2016

I don't think you can tack your changes on top of someone else's PR, but git pull code from this PR, make your changes and make a new PR.

@dblock
Copy link
Member

dblock commented May 6, 2016

I believe 9a08358 closes this, thanks @ipkes.

@dblock dblock closed this May 6, 2016
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.

3 participants