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

fix to not convert arrays to objects #313

Closed
wants to merge 1 commit into from
Closed

Conversation

offroff
Copy link

@offroff offroff commented Jan 16, 2017

Arrays are converted to objects. That's a bug. This should fix it

Arrays are converted to objects. That's a bug. This should fix it
@codecov-io
Copy link

codecov-io commented Jan 16, 2017

Current coverage is 98.89% (diff: 100%)

Merging #313 into master will increase coverage by <.01%

@@             master       #313   diff @@
==========================================
  Files            30         30          
  Lines           997        999     +2   
  Methods         172        173     +1   
  Messages          0          0          
  Branches        147        148     +1   
==========================================
+ Hits            986        988     +2   
  Misses           11         11          
  Partials          0          0          

Powered by Codecov. Last update 9d9df32...29ae4d8

@glena
Copy link
Contributor

glena commented Jan 16, 2017

thx @offroff for the contribution but there is another PR targeting this issue. It will be released today.

Closed in favor of #307

@glena glena closed this Jan 16, 2017
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