Emerentius / ord_subset

Tools for working with types where a subset of values has a total order, like e.g. floats without NaN
Apache License 2.0
12 stars 1 forks source link

Republish last version due to spurious permissions in tarball #5

Closed ignatenkobrain closed 6 years ago

ignatenkobrain commented 6 years ago

I see that last tarball on crates.io has all files with executable bit which creates some problems when packaging for Fedora.

I would appreciate if you would release new version where tarball would not have those files with exec perms. Thanks in advance!

ignatenkobrain commented 6 years ago

https://crates.io/api/v1/crates/ord_subset/3.1.0/download#/ord_subset-3.1.0.crate

Emerentius commented 6 years ago

I see, it's a side-effect of me using an NTFS shared partition for my code. Everything is treated as executable. I've published v3.1.1 without executable bits set.

Whar problems are these permissions causing exactly? I would think they are under the packagers control anyway.

ignatenkobrain commented 6 years ago

we are not setting our permissions to files, we just copy them which means that they will keep executable bit and lint will complain ;)