Alan Somers

Results 656 comments of Alan Somers

Rust and libc have advanced to the point where this PR could be completed. However, as that isn't possible. As explained in #2282 , there are cases where we can't...

I'm going to close the issue, on the assumption that the OP figured his problem out.

There are some limitations when mocking generic methods. First, Mockall doesn't currently doesn't support generic methods that have both generic type parameters and generic lifetime parameters. That could probably be...

No ticket for it. And no effort estimate. Sorry.

If you know that you will need set set expectations that aren't immediately ready, write the method as a normal method returning a future rather than an async method. Can...

Glad it works! I think better docs would help here. However, I'd like to see a more realistic use first. Fortunately, I expect to soon have the good fortune of...

> When creating an expectation with return_once(), I was expecting that Times(1) was the default, but it is not. So creating two expectations with return_once() (and no Times constraint) fails...

The problem is worse than @pedrocr and @droundy realize. Some FUSE filesystems actually need inode numbers, because that's how they organize themselves. While I like the other things you've done...

No, I haven't had any time to work on it. And as for your `#[ignore]` suggestion, another user made a similar suggestion in #242 .