JuliaIO / Tar.jl

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

Add `public` declarations using `Compat.jl` #174

Closed lgoettgens closed 7 months ago

lgoettgens commented 8 months ago

Resolves the Tar.jl part of https://github.com/JuliaLang/julia/issues/51335 as suggested in https://github.com/JuliaIO/Tar.jl/pull/173#discussion_r1482204712

Alternative to and thus closes #175.

This might have semantical conflicts with https://github.com/JuliaIO/Tar.jl/pull/173, so please re-run CI after merge of #173.

cc @LilithHafner @stevengj

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (166deb3) 97.53% compared to head (a4edcf8) 97.53%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #174 +/- ## ======================================= Coverage 97.53% 97.53% ======================================= Files 4 4 Lines 810 810 ======================================= Hits 790 790 Misses 20 20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.