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
Discovered in hydephp/hyde#72 where checksum comparisons are not working as expected and thus causing test failures.
I suspect this is due to the hashing algorithm used includes the line ending sequences and since I ran the file cacher on a Windows machine some files use CRLF and since the test runner uses Ubuntu, and thus LF endings the files are different.
Going to try to create a crossplatform wrapper in the service class.
The text was updated successfully, but these errors were encountered:
Discovered in hydephp/hyde#72 where checksum comparisons are not working as expected and thus causing test failures.
I suspect this is due to the hashing algorithm used includes the line ending sequences and since I ran the file cacher on a Windows machine some files use CRLF and since the test runner uses Ubuntu, and thus LF endings the files are different.
Going to try to create a crossplatform wrapper in the service class.
The text was updated successfully, but these errors were encountered: