Closed gballet closed 5 years ago
Merging #100 into master will increase coverage by
0.01%
. The diff coverage is86.95%
.
@@ Coverage Diff @@
## master #100 +/- ##
==========================================
+ Coverage 66.02% 66.04% +0.01%
==========================================
Files 41 41
Lines 4130 4138 +8
==========================================
+ Hits 2727 2733 +6
- Misses 1133 1134 +1
- Partials 270 271 +1
Impacted Files | Coverage Δ | |
---|---|---|
exec/vm.go | 83.87% <86.95%> (-0.27%) |
:arrow_down: |
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 f1098da...9057da9. Read the comment docs.
ping?
@sbinet thank you for your feedback. I'm at a conference this week so I will get back to this PR middle of next week. There's a couple extra things that this PR is missing that need some ironing out.
still need to write the tests, then we should be good to go
ping? (also: could you rebase off the latest master
? a lot happened thx to the new work on JIT/AOT...)
@sbinet that should be it, let me know if you have more comments. If not, I'll squash.
When a VM has been terminated, it can not be re-used. By implementing a
Restart
function that clears theabort
flag, clients of theVM
interface can re-use a given VM.