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: Do not skip null values in pairlists #166

Merged
merged 5 commits into from Jan 23, 2019
Merged

Conversation

untitaker
Copy link
Member

@untitaker untitaker commented Jan 23, 2019

Tuples and tuple structs are a kind of array, but we never excluded them from the "structs always default to skip_serialization=null" rule we established in our custom derive.

jan-auer
jan-auer previously approved these changes Jan 23, 2019
general/derive/src/lib.rs Outdated Show resolved Hide resolved
mitsuhiko
mitsuhiko previously approved these changes Jan 23, 2019
@codecov-io
Copy link

codecov-io commented Jan 23, 2019

Codecov Report

Merging #166 into master will increase coverage by 0.07%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   63.65%   63.73%   +0.07%     
==========================================
  Files          82       82              
  Lines        8749     8768      +19     
==========================================
+ Hits         5569     5588      +19     
  Misses       3180     3180
Impacted Files Coverage Δ
general/src/protocol/request.rs 91.25% <100%> (+0.25%) ⬆️
general/src/protocol/tags.rs 95.23% <100%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4950704...d6c5c4b. Read the comment docs.

@jan-auer jan-auer dismissed stale reviews from mitsuhiko and themself January 23, 2019 12:07

Patch changed

@untitaker untitaker merged commit 5ae2e5a into master Jan 23, 2019
@untitaker untitaker deleted the fix/pairlist-null-values branch January 23, 2019 12:36
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.

None yet

4 participants