JuliaIO / Tar.jl

TAR files: create, list, extract them in pure Julia
MIT License
79 stars 19 forks source link

Improve inference for Symbol operations #128

Closed timholy closed 2 years ago

timholy commented 2 years ago

This fixes some invalidations when loading Static.jl, which defines a new == operator for StaticSymbol.

codecov[bot] commented 2 years ago

Codecov Report

Merging #128 (72fccf9) into master (6a94602) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #128   +/-   ##
=======================================
  Coverage   97.28%   97.28%           
=======================================
  Files           4        4           
  Lines         774      774           
=======================================
  Hits          753      753           
  Misses         21       21           
Impacted Files Coverage Δ
src/create.jl 100.00% <100.00%> (ø)
src/extract.jl 98.11% <100.00%> (ø)

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 6a94602...72fccf9. Read the comment docs.