processx icon indicating copy to clipboard operation
processx copied to clipboard

Serialization support

Open gaborcsardi opened this issue 6 years ago • 1 comments

This is not ready yet. Raw vectors are done, but the interesting part will be serializing to mmap-ed memory and back.

gaborcsardi avatar Jul 15 '19 22:07 gaborcsardi

Codecov Report

Merging #216 into master will increase coverage by 1.45%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #216      +/-   ##
==========================================
+ Coverage   70.22%   71.67%   +1.45%     
==========================================
  Files          31       38       +7     
  Lines        2556     3838    +1282     
==========================================
+ Hits         1795     2751     +956     
- Misses        761     1087     +326
Impacted Files Coverage Δ
src/init.c 100% <ø> (ø) :arrow_up:
R/serialize.R 0% <0%> (ø)
src/serialization.c 0% <0%> (ø)
src/client.c 36.45% <0%> (-9.84%) :arrow_down:
src/create-time.c 68.57% <0%> (-3.66%) :arrow_down:
src/win/utils.c 0% <0%> (ø)
src/win/stdio.c 70.91% <0%> (ø)
... and 8 more

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 cd267b3...a546bb6. Read the comment docs.

codecov-io avatar Jul 15 '19 22:07 codecov-io