-
Notifications
You must be signed in to change notification settings - Fork 24
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
FIX: add cache-sim argument (fix issue 34) #35
base: main
Are you sure you want to change the base?
Conversation
Confirmed that this fixes the issue (and stats appear to be unchanged). |
I am still getting a ‘no entry found for key’ panic with d56a597. |
What version of valgrind are you on? And is it pointing to my fork in your Cargo.toml? Strange that it still wouldn't work, as that's the only cause :( |
3.21.0, and yes, I removed Cargo.lock to make sure it was picking it up, and it still panics. |
I can confirm the problem noticed by @bluebear94, I still get the error. Also, I found the following in the cargo output, verifying that this PR is used:
|
I needed a |
@sigaloid: I am relying on your bugfix in the HDT library on crates.io but depending on a GitHub repository is making me nervous. |
Fixes #34.
If you want to use this before it gets merged, replace your
iai
line inCargo.toml
to this: