rjkroege / edwood

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

Pull seq up out of file #373

Closed rjkroege closed 3 years ago

rjkroege commented 3 years ago

Pull seq up out of file.Fiel into file.ObservableEditableBuffer. This helps with #97 by reducing the work needed to implement ObservableEditableBuffer functions in terms of file.Buffer functions.

codecov[bot] commented 3 years ago

Codecov Report

Merging #373 (d0c3cf7) into master (672c534) will increase coverage by 0.05%. The diff coverage is 89.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #373      +/-   ##
==========================================
+ Coverage   53.03%   53.08%   +0.05%     
==========================================
  Files          55       55              
  Lines       10716    10709       -7     
==========================================
+ Hits         5683     5685       +2     
+ Misses       4589     4580       -9     
  Partials      444      444              
Impacted Files Coverage Δ
file/observable_editable_buffer.go 64.88% <75.00%> (+4.23%) :arrow_up:
file/file.go 89.08% <100.00%> (+2.48%) :arrow_up:

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 672c534...d0c3cf7. Read the comment docs.