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

Bump codecov to v4 #1885

Merged
merged 4 commits into from
Oct 7, 2024
Merged

Bump codecov to v4 #1885

merged 4 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. Bump codecov to v4

    gdamore committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3a72363 View commit details
    Browse the repository at this point in the history
  2. Integer sign extension bug in socket.c.

    It turns out that for now this results in early wakeups, due to another
    bug in the aio framework.  But when that bug is fixed, this bug will
    lead to hangs when redialing.
    gdamore committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2dfb995 View commit details
    Browse the repository at this point in the history
  3. Fix case for infinite sleep.

    If one tries to sleep indefinitely, a sign bug leads to constantly
    waking calls, which causes an infinite cycle in the expire loop.
    gdamore committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8a71020 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad68e78 View commit details
    Browse the repository at this point in the history