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

Add a libcomposefs-internal #367

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Add a libcomposefs-internal #367

merged 2 commits into from
Sep 30, 2024

Conversation

cgwalters
Copy link
Contributor

I came across the fact that we had two copy-paste implementations
of converting a binary digest to hex.

Deduplicate with an internal shared library.

NOTE: I don't speak meson fluently so please check if I messed
something up there.

I came across the fact that we had two copy-paste implementations
of converting a binary digest to hex.

Deduplicate with an internal shared library.
NOTE: I don't speak meson fluently so please check if I messed
something up there.

Signed-off-by: Colin Walters <[email protected]>
This function is a bit too big to be an inline, so
move it to our new impl file where it's nicely next
to its inverse.

Signed-off-by: Colin Walters <[email protected]>
@cgwalters cgwalters merged commit 39e9f46 into containers:main Sep 30, 2024
15 checks passed
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.

2 participants