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

Replace async-channel with flume #83

Merged
merged 2 commits into from
Apr 8, 2024
Merged

Replace async-channel with flume #83

merged 2 commits into from
Apr 8, 2024

Commits on Apr 8, 2024

  1. tests: Replace async-channel with flume

    This commit replaces async-channel in some tests with flume. It appears
    that async-channel doesn't work under MIRI but flume does, so we can
    work around this for now by replacing it with flume.
    
    cc smol-rs/async-channel#85
    
    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7fb3b9b View commit details
    Browse the repository at this point in the history
  2. tests: ignore barrier::smoke on MIRI as well

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    68b7182 View commit details
    Browse the repository at this point in the history