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

Fix ‘epoll instance is dead #61’ #62

Merged
merged 2 commits into from Jun 30, 2022
Merged

Fix ‘epoll instance is dead #61’ #62

merged 2 commits into from Jun 30, 2022

Commits on Jun 30, 2022

  1. Fix behaviour of 'epoll-wake!' after 'run-fibers'.

    This avoids the "epoll instance is dead" error noticed in
    GNUnet-Scheme's test suite, as reported at
    <#61>.
    A test is added in the next commit.
    
    * fibers/epoll.scm (epoll-wake!)[dead]: Instead of throwing an error,
    just return #t.
    emixa-d committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    5db4077 View commit details
    Browse the repository at this point in the history
  2. Test for issue #61.

    * tests/conditions.scm: Add a test.
    emixa-d committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    c01d385 View commit details
    Browse the repository at this point in the history