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?
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.
Activity
jangko commentedon Feb 27, 2024
because of EOL conversion?
iffy commentedon Feb 27, 2024
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.
jangko commentedon Feb 28, 2024
actually only one file is problematic
tests/basic.mp
should be treated as binary instead of text.