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

Check fix clippy lint in test #117

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Check fix clippy lint in test #117

merged 1 commit into from
Feb 15, 2024

Conversation

jlapeyre
Copy link
Collaborator

@jlapeyre jlapeyre commented Feb 15, 2024

The main point of this PR is to try to avoid frequent CI failures due to ahash incompatibility with rustc 1.70.

This removes a clippy lint overrride that does not exist in the rust 1.70 toolchain.
This PR passes local CI with both 1.70 and 1.75.
However, 1.70 fails in GH CI because an attempt is made to install a version of ahash that does not support rust 1.70.

I have not yet discovered why this does not happen locally.

I'll use this PR to push a bunch of commits to try to troubleshoot the CI failure a bit.

* Widen acceptable versions of hashbrown
* Use conditional compilation to choose more efficient implementation
  This allows rust 1.70 but gives no perf penalty for 1.75.
  There may well be another way around CI failure.
@jlapeyre jlapeyre merged commit b9e9ae8 into main Feb 15, 2024
7 checks passed
@jlapeyre jlapeyre deleted the fix-lints branch February 15, 2024 18:14
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.

1 participant