JuliaIO / Tar.jl

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

extracting to case-insensitive file systems #109

Open StefanKarpinski opened 3 years ago

StefanKarpinski commented 3 years ago

Extracting to a case-insensitive file system can lead to path collisions and other nonsense. There's not much we can do about this, but we may want to emit a warning and we may want to consider case insensitivity when looking for symlink prefixes.