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

Permissive floating point value loading. #151

Merged
merged 2 commits into from
Mar 14, 2021
Merged

Permissive floating point value loading. #151

merged 2 commits into from
Mar 14, 2021

Conversation

tlsa
Copy link
Owner

@tlsa tlsa commented Mar 14, 2021

Allow loading floating point values that overflow or underflow, unless the strict flag is set.

@codecov
Copy link

codecov bot commented Mar 14, 2021

Codecov Report

Merging #151 (2343075) into master (f9a76de) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
+ Coverage   97.06%   97.09%   +0.02%     
==========================================
  Files           9        9              
  Lines        1566     1582      +16     
  Branches      334      341       +7     
==========================================
+ Hits         1520     1536      +16     
  Misses         24       24              
  Partials       22       22              
Flag Coverage Δ
unittests 97.09% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/load.c 99.18% <100.00%> (+0.01%) ⬆️

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 f9a76de...2343075. Read the comment docs.

@tlsa tlsa merged commit 9fbfaa9 into master Mar 14, 2021
@tlsa tlsa deleted the tlsa/float-underflow branch March 19, 2021 12:55
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.

1 participant