You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#323 added some test files that have collisions one case insensitive file systems.
In particular, the two files 'test/files/doxy.MID' and 'test/files/doxy.mid' only differ in the casing.
This causes the following problem:
base ❯ git clone https://github.com/JuliaIO/FileIO.jlCloning into 'FileIO.jl'...
...
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:
'test/files/doxy.MID'
'test/files/doxy.mid'
This also confuses some Pkg tree hash routine so whenever someone installs FileIO they now get:
┌ Warning: tarball content does not match git-tree-sha1, for package downloaded from https://pkg.julialang.org/package/5789e2e9-d7fb-5bc7-8068-2c6fae9b9549/b647ed22f176a4f12eabe2afd90d19a95af2e8ca, expected b647ed22f176a4f12eabe2afd90d19a95af2e8ca got 8dad1c042a8fadf62c5ea801a93abf54d00eeecb
The solution is to rename one of the files and make a new release.
#323 added some test files that have collisions one case insensitive file systems.
In particular, the two files
'test/files/doxy.MID'
and'test/files/doxy.mid'
only differ in the casing.This causes the following problem:
This also confuses some Pkg tree hash routine so whenever someone installs FileIO they now get:
The solution is to rename one of the files and make a new release.
cc @johnnychen94, @VasanthManiVasi
The text was updated successfully, but these errors were encountered: