Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Implement handling of divide by zero in amd64 backend #167

Merged
merged 1 commit into from
Sep 13, 2019
Merged

Implement handling of divide by zero in amd64 backend #167

merged 1 commit into from
Sep 13, 2019

Conversation

twitchyliquid64
Copy link
Contributor

Fixes #165

@codecov-io
Copy link

codecov-io commented Sep 13, 2019

Codecov Report

Merging #167 into master will increase coverage by 0.09%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
+ Coverage   69.61%   69.71%   +0.09%     
==========================================
  Files          48       48              
  Lines        5466     5484      +18     
==========================================
+ Hits         3805     3823      +18     
  Misses       1317     1317              
  Partials      344      344
Impacted Files Coverage Δ
exec/internal/compile/native.go 54.54% <ø> (ø) ⬆️
exec/native_compile.go 66.21% <100%> (+0.93%) ⬆️
exec/internal/compile/backend_amd64.go 80.32% <100%> (+0.35%) ⬆️

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 7bc5f1f...65b9b06. Read the comment docs.

@sbinet sbinet merged commit c697622 into go-interpreter:master Sep 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test Suite Failing on Go1.12.7 windows/amd64
3 participants