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

API-402: Add last resort CSV decoder for slice types #1

Closed
wants to merge 3 commits into from

Conversation

cam72cam
Copy link

This should work for most array types. The only issue
I can think of off hand is the []string type. Do we want to
break &foo=a,b,c&foo=d into ["a","b","c","d"] or ["a,b,c", "d"]?
For now that is the second option which should not break any
backwards compatability

I also submitted this pr to upstream gorilla/schema

This should work for most array types.  The only issue
I can think of off hand is the []string type.  Do we want to
break &foo=a,b,c&foo=d into ["a","b","c","d"] or ["a,b,c", "d"]?
For now that is the second option which should not break any
backwards compatability
@thevisus
Copy link

thevisus commented Jan 7, 2015

Since this has already been merged upstream, and it's the only thing that we don't have on our fork, can/should we just reset our master to upstream?

@cam72cam
Copy link
Author

cam72cam commented Jan 7, 2015

I updated our master to upstream which as the branched merged in. Closing this pr

@cam72cam cam72cam closed this Jan 7, 2015
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