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 nil returned in Unmarshal functions #3806

Merged
merged 2 commits into from
Mar 6, 2019
Merged

Fix nil returned in Unmarshal functions #3806

merged 2 commits into from
Mar 6, 2019

Conversation

jackzampolin
Copy link
Member

@jackzampolin jackzampolin commented Mar 5, 2019

Fixes: #3810

There are some Unmarshal functions for specific structs where errors are not being returned properly. This PR fixes that.

Copy link
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is broken and we need a pending log here. Ideally create an issue for this too.

@codecov
Copy link

codecov bot commented Mar 5, 2019

Codecov Report

❗ No coverage uploaded for pull request base (develop@57fe79f). Click here to learn what that means.
The diff coverage is 0%.

@@            Coverage Diff            @@
##             develop   #3806   +/-   ##
=========================================
  Coverage           ?     61%           
=========================================
  Files              ?     191           
  Lines              ?   14185           
  Branches           ?       0           
=========================================
  Hits               ?    8653           
  Misses             ?    4978           
  Partials           ?     554

@alexanderbez alexanderbez added ready-for-review Type: Code Hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity. labels Mar 5, 2019
Copy link
Contributor

@cwgoes cwgoes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@cwgoes cwgoes merged commit 805e7fb into develop Mar 6, 2019
@cwgoes cwgoes deleted the jack/nil-fixes branch March 6, 2019 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Code Hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Properly return error in unmarshal functions
3 participants