rjkroege / edwood

Go version of Plan9 Acme Editor
Other
387 stars 34 forks source link

Remove file.Mod #376

Closed rjkroege closed 3 years ago

rjkroege commented 3 years ago

Remove the use of mod in file.File to further reduce the work needed to implement the improved text buffers. Helps with #97.

codecov[bot] commented 3 years ago

Codecov Report

Merging #376 (9741f4b) into master (e265e5d) will increase coverage by 0.43%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #376      +/-   ##
==========================================
+ Coverage   53.10%   53.53%   +0.43%     
==========================================
  Files          55       55              
  Lines       10709    10688      -21     
==========================================
+ Hits         5687     5722      +35     
+ Misses       4579     4536      -43     
+ Partials      443      430      -13     
Impacted Files Coverage Δ
ecmd.go 64.11% <ø> (+0.07%) :arrow_up:
exec.go 36.74% <ø> (ø)
file/observable_editable_buffer.go 67.06% <0.00%> (+2.18%) :arrow_up:
util.go 68.27% <ø> (ø)
xfid.go 97.02% <ø> (ø)
file/file.go 87.82% <100.00%> (-1.26%) :arrow_down:
text.go 47.52% <100.00%> (+1.84%) :arrow_up:
wind.go 77.94% <100.00%> (+1.44%) :arrow_up:
... and 4 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 e265e5d...9741f4b. Read the comment docs.