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 nix to 0.29, bump MSRV, refactor tests #16

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Bump nix to 0.29, bump MSRV, refactor tests #16

merged 2 commits into from
Oct 24, 2024

Conversation

niklasmohrin
Copy link
Owner

Closes #15

In the process, I removed the direct dependency on libc. I also found that the tests are a bit flaky when run in parallel (which is the default for cargo test), so I changed the CI to only use one thread. The flakiness is increased when close is called multiple times to check that a file was indeed closed (/ to check that the behavior of close matches the expected behavior). I disabled this extra closing by default and added the test-close-again feature to turn it on (as it is in CI).

@niklasmohrin niklasmohrin merged commit 777a83f into main Oct 24, 2024
17 checks passed
@niklasmohrin niklasmohrin deleted the nix-0.29 branch October 24, 2024 16:20
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.

RFE: port to nix 0.29
1 participant