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

deps: Fix compiling with minimal versions #160

Merged
merged 1 commit into from
Oct 9, 2023
Merged

deps: Fix compiling with minimal versions #160

merged 1 commit into from
Oct 9, 2023

Conversation

Drakulix
Copy link
Member

@Drakulix Drakulix commented Oct 9, 2023

No description provided.

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (342ef70) 86.65% compared to head (29b3ba6) 86.65%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #160   +/-   ##
=======================================
  Coverage   86.65%   86.65%           
=======================================
  Files          16       16           
  Lines        1933     1933           
=======================================
  Hits         1675     1675           
  Misses        258      258           
Flag Coverage Δ
macos-latest 85.74% <ø> (ø)
ubuntu-latest 86.21% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@elinorbgr elinorbgr merged commit b55175c into master Oct 9, 2023
13 checks passed
@Drakulix Drakulix deleted the fix-minimal branch October 9, 2023 21:01
notgull added a commit that referenced this pull request Jan 13, 2024
This commit adds Windows support to this package. Since polling already
has Windows support through IOCP, the main obstacle was adding a ping
event source using IOCP. The hardest part is emulating a pipe using some
shared state and a posted completion packet.

Fixes #160

Signed-off-by: John Nunley <[email protected]>
@notgull notgull mentioned this pull request Jan 13, 2024
notgull added a commit that referenced this pull request Jan 15, 2024
This commit adds Windows support to this package. Since polling already
has Windows support through IOCP, the main obstacle was adding a ping
event source using IOCP. The hardest part is emulating a pipe using some
shared state and a posted completion packet.

Fixes #160

Signed-off-by: John Nunley <[email protected]>
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