JuliaIO / Tar.jl

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

Avoid type pirating `Base.skip` #150

Open KristofferC opened 1 year ago

KristofferC commented 1 year ago

This function seems a bit odd to define here:

https://github.com/JuliaIO/Tar.jl/blob/6bfc11475a80b752e70518047c3c3463f56bbc1d/src/Tar.jl#L12-L21

It also has some issues, like referencing a global skip_buffer (so the function is not thread-safe).