Tar.jl icon indicating copy to clipboard operation
Tar.jl copied to clipboard

Avoid type pirating `Base.skip`

Open KristofferC opened this issue 3 years ago • 0 comments

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).

KristofferC avatar Nov 10 '22 13:11 KristofferC