go-interpreter / wagon

wagon, a WebAssembly-based Go interpreter, for Go.
BSD 3-Clause "New" or "Revised" License
904 stars 148 forks source link

wasm/leb128: drop ReadXYZSize functions #107

Closed sbinet closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #107 into master will increase coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #107      +/-   ##
=========================================
+ Coverage   68.73%   68.9%   +0.17%     
=========================================
  Files          33      33              
  Lines        3349    3345       -4     
=========================================
+ Hits         2302    2305       +3     
+ Misses        788     783       -5     
+ Partials      259     257       -2
Impacted Files Coverage Δ
wasm/leb128/read.go 100% <100%> (+16.66%) :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 2c018b7...a76146c. Read the comment docs.

twitchyliquid64 commented 5 years ago

Note: These are exported functions, so anyone already using it will have their code break. Could we just add a comment to mark them as deprecated instead?

sbinet commented 5 years ago

you're right but: