JuliaIO / Tar.jl

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

Hardcode doc edit backlink #164

Closed LilithHafner closed 6 months ago

LilithHafner commented 10 months ago

Currently, the "Edit on Github" link at https://docs.julialang.org/en/v1/stdlib/Tar/ is broken (JuliaLang/julia#50035). This PR fixes that link. See also: JuliaLang/julia#51375

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (7e83ed7) 97.53% compared to head (77991e4) 97.53%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #164 +/- ## ======================================= 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.

LilithHafner commented 10 months ago

Closing because @mortenpi is in the process of fixing this upstream. Sorry for the noise.

LilithHafner commented 6 months ago

This will eventually be fixed upstream, but I don't have a timeline for when. I think it is appropriate to merge this now and revert it once the upstream fix is confirmed.