Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Use of shasum command in gzlog_TEST is not portable #837

Closed
osrf-migration opened this issue Sep 12, 2013 · 6 comments
Closed

Use of shasum command in gzlog_TEST is not portable #837

osrf-migration opened this issue Sep 12, 2013 · 6 comments
Labels

Comments

@osrf-migration
Copy link

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 of shasum.

@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


See get_sha1 function introduced in pull request #707

@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


Fix in branch issue_837 (4cd291d), waiting on pull request #766.

@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


pull request #781

@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


  • changed state from "new" to "resolved"

pull request #781

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • set version to "all"

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • changed state from "resolved" to "closed"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant