Skip to content

Conversation

kgorking
Copy link
Contributor

Fix for bug parsing an array of doubles. (Fixes #373)

Fix for bug parsing an array of doubles. (Issue #373)
@haacked
Copy link
Contributor

haacked commented Sep 4, 2013

Please add a unit test that exposes the problem. Thanks!

@pseudomuto
Copy link
Contributor

@Monkey-G any chance you added a test and haven't committed yet? 😸

@kgorking
Copy link
Contributor Author

Didn't see that you required a test to accompany the pull. Will get right on it!

@haacked
Copy link
Contributor

haacked commented Sep 14, 2013

Didn't see that you required a test to accompany the pull. Will get right on it!

We don't always require it (though we probably should!). But in cases like this where we don't understand what the bug is, a unit test really helps. If the test fails without your fix and passes with your fix, then it's crystal clear what your code fixes.

Thank you very much for adding a test!

@hallem hallem merged commit e162a5c into restsharp:master Oct 26, 2014
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.

JsonDeserializer bug when parsing array of doubles

4 participants