Closed
Conversation
5d5791c to
399d43c
Compare
Contributor
Author
|
the workflow is green in my fork after those changes. |
285d885 to
fc695e0
Compare
currently, cargo build generates the following error due to the removal of stdsim: rust-lang/rust#117372
fc695e0 to
4d54d51
Compare
Contributor
Author
|
sorry for the commits mess, I was trying to fix my GPG signature. I'm done. |
Contributor
Author
|
it seems that int tests are broken on windows. |
Contributor
Author
|
well, it seemed to be a randomness due to the use of rayon. I just disabled it for the get_hyperedges_intersections function to fix the issue. |
Owner
Actually this was a bug :) - thanks for tackling it! |
yamafaktory
added a commit
that referenced
this pull request
Nov 19, 2024
* bump ahash crate to fix build currently, cargo build generates the following error due to the removal of stdsim: rust-lang/rust#117372 * fix clippy errors * attempt to fix formatting * attempt to not parallelize he intersection * remove rayon prelude * chore(cargo): update dependencies and modernize crate * chore(cargo): update lock via cargo update --------- Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
currently, cargo build generates the following error due to the removal of stdsim: rust-lang/rust#117372
Also fixed two errors reported by clippy and ran
cargo fmtthat updated around 40 files.