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

unpack: use cextras for semaphore #285

Merged
merged 1 commit into from
Aug 15, 2024
Merged

unpack: use cextras for semaphore #285

merged 1 commit into from
Aug 15, 2024

Conversation

Gottox
Copy link
Owner

@Gottox Gottox commented Aug 15, 2024

This replaces the use of semaphores with the cextras library. This allows support for platforms that do not provide sem_t semaphores such as OpenBSD or have deprecated them such as macOS.

This replaces the use of semaphores with the cextras library. This
allows support for platforms that do not provide sem_t semaphores
such as OpenBSD or have deprecated them such as macOS.
Copy link

sonarcloud bot commented Aug 15, 2024

@Gottox Gottox merged commit 99c1e48 into main Aug 15, 2024
18 checks passed
Copy link

codecov bot commented Aug 15, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 64.37%. Comparing base (5b33483) to head (19eeca4).
Report is 2 commits behind head on main.

Files Patch % Lines
tools/src/unpack.c 80.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #285   +/-   ##
=======================================
  Coverage   64.37%   64.37%           
=======================================
  Files          75       75           
  Lines        5752     5752           
  Branches      874      874           
=======================================
  Hits         3703     3703           
  Misses       1531     1531           
  Partials      518      518           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Gottox Gottox deleted the fix/semaphores-obsd-mac branch August 18, 2024 19:33
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.

1 participant