Alan Somers

Results 656 comments of Alan Somers

ping @jrtc27 how does it look to you now?

> Are they all under the same root? So for your case `zfs list -H -p -o name -r -t filesystem,volume some/root/fs` would work better? No. They don't share a...

Negative @tarcieri . It still crashes for me.

> Can you expound on this: > > > But this problem is only reproducible when cargo-audit is built in a way that honors the Cargo.lock file. Doing a cargo...

Actually, it _does_work_ with `cargo install --locked`, oddly enough. But it fails with `cargo run`, and it fails for the package built by the FreeBSD ports system.

One way or another, your test needs to ensure that the background task doesn't panic. Otherwise those background tasks are big test escapes. It's not just Mockall that might cause...

Yes, the `checkpoint` method requires mutable access so it can clear current expectations. BTW, if you really really really don't want to assert that your background task didn't panic, other...

> The point of something like a `verify`, `assert` or `satisfied` function on a mock would be that it doesn't clear the current expectations. All it should do is check...

Probably not very soon, I'm afraid. My open-source time is limited right now, and there are a lot of different projects placing demands on it.