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
SHA1 sums are introduced in pull request #703 to simplify testing the expected values of long strings in gzlog_TEST.cc. The mechanism in this pull request is based on a pipe to the shasum command, which is available on Linux and OS X, but not on Windows. For portability, we should migrate this functionality to use boost instead of shasum.
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
SHA1 sums are introduced in pull request #703 to simplify testing the expected values of long strings in gzlog_TEST.cc. The mechanism in this pull request is based on a pipe to the
shasum
command, which is available on Linux and OS X, but not on Windows. For portability, we should migrate this functionality to use boost instead ofshasum
.The text was updated successfully, but these errors were encountered: