Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate ZSTD utility functions #459

Merged
merged 3 commits into from Jul 21, 2020

Conversation

pjreed
Copy link
Contributor

@pjreed pjreed commented Jul 13, 2020

The zstd_compressor and zstd_decompressor implementations had a
number of duplicated utility functions between them; this consolidates
them into one file.

Distro A, OPSEC #2893

@emersonknapp
Copy link
Collaborator

Is this intended to be a followup, to be merged after #418 ?

@pjreed
Copy link
Contributor Author

pjreed commented Jul 13, 2020

Yes.

@piraka9011
Copy link
Contributor

@pjreed can you please rebase this on master?

The zstd_compressor and zstd_decompressor implementations had a
number of duplicated utility functions between them; this consolidates
them into one file.

Signed-off-by: P. J. Reed <preed@swri.org>
@pjreed pjreed force-pushed the consolidate-zstd-util-functions branch from d40e3df to da96d1e Compare July 14, 2020 16:08
@pjreed
Copy link
Contributor Author

pjreed commented Jul 14, 2020

Sure, all done.

Signed-off-by: P. J. Reed <preed@swri.org>
Signed-off-by: P. J. Reed <preed@swri.org>
Copy link
Contributor

@piraka9011 piraka9011 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@emersonknapp
Copy link
Collaborator

@emersonknapp - please run this CI job
Gist: https://gist.githubusercontent.com/emersonknapp/0e911aeac5e05944aaf1a9705d652461/raw/99d3e3409ab23ba390808802d886355f5ac19096/ros2.repos
BUILD args: --packages-up-to rosbag2_compression
TEST args: --packages-select rosbag2_compression
Job: ci_launcher

@emersonknapp
Copy link
Collaborator

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@emersonknapp
Copy link
Collaborator

Well, there is a single compiler warning on Windows, but it's in a source file you didn't touch, so LGTM

@emersonknapp emersonknapp merged commit 630cb54 into ros2:master Jul 21, 2020
@emersonknapp
Copy link
Collaborator

It was from an unused variable that was fixed in #460

emersonknapp pushed a commit that referenced this pull request Feb 2, 2021
* Consolidate ZSTD utility functions

The zstd_compressor and zstd_decompressor implementations had a
number of duplicated utility functions between them; this consolidates
them into one file.

Signed-off-by: P. J. Reed <preed@swri.org>
emersonknapp pushed a commit that referenced this pull request Feb 17, 2021
* Consolidate ZSTD utility functions

The zstd_compressor and zstd_decompressor implementations had a
number of duplicated utility functions between them; this consolidates
them into one file.

Signed-off-by: P. J. Reed <preed@swri.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants