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
I don't really know what the fix is. The trouble is that this repo's .gitattributes file causes a different hash to be computed on Windows vs Linux/macOS, but I can understand why you want that file in this repo. Do you have a suggestion?
The text was updated successfully, but these errors were encountered:
Yes, nimble computes a hash of the directory of installed packages for use in a lock file. On Windows, because of the EOL conversion, the hashes are different than those on Linux/macOS.
I filed this issue with nimble: nim-lang/nimble#1188
I don't really know what the fix is. The trouble is that this repo's
.gitattributes
file causes a different hash to be computed on Windows vs Linux/macOS, but I can understand why you want that file in this repo. Do you have a suggestion?The text was updated successfully, but these errors were encountered: