Martin Pool
Martin Pool
At the moment I'm just more interested in (in no particular order) * improving the format, which has several aspects including encryption * a clean separation of different concerns inside...
I was thinking about this a bit more the other day, particularly with the appearance of a FUSE server as a library client. A clean library interface that can be...
Tell me more about the Windows driver idea? (Maybe in a discussion thread, to keep this issue focused.) I wonder if it would be easier or not to have a...
Currently missed mutants in 77aa9f5, subject to current filters ``` MISSED src/backup.rs:218:41: replace += with -= in BackupWriter::copy_entry in 5.9s build + 2.7s test MISSED src/backup.rs:218:41: replace += with *=...
I probably won't get to it right away, so go ahead On Tue, Nov 29, 2016, 11:41 PM cfrancia wrote: > @sourcefrog -- are you still planning on > looking...
Could you also handle `String`?
You did, I just missed it. I was hoping this would work too but maybe it's a different problem assert_that(&stderr).is_equal_to(""); ``` error[E0277]: the trait bound `&str: std::borrow::Borrow` is not satisfied...
On Sun, Dec 11, 2016 at 11:39 PM, cfrancia wrote: > Would it be useful to have an is_empty() (or similarly named) assertion > against String/str for your particular case,...
I think the default should be case-sensitive, in part because that is the same as `a
Maybe this is best done by adding a configuration for functions whose calls will not be mutated, and that could start with `with_capacity`.