Christian Poveda Ruiz

Results 298 comments of Christian Poveda Ruiz

> How about bstr? That would be nice but it would be an extra dependency which is not ideal.

> Perhaps OsStr is good enough? Sadly `OsStr` is too opaque for some usecases as you cannot do simple things like `.starts_with(whatever)`. I think we'll just have to do this...

> Why extra dep is not ideal? Having an extra dep means we have more code to worry about in security terms

This is something we have discussed internally [1]. We try as best to isolate our unsafe crates from the rest of the project. That's one of the main reasons to...

After checking the test it might be that this happens just due to the nature of how it works as it needs to sleep to give enough time to a...

We only use docker to run the test suite and not to actually compile the project. Based on that, I don't see what would we win from using nix as...

oh I know how nix works as I've used it before. That being said I don't see what we win from using it over docker right now as it doesn't...

Yeah, I think this is not going to happen. The main reason is that most (all?) the contributors are already using the current set up to run tests. So changing...

sorry but this discussion goes beyond the scope of this project which is intended to be a sudo replacement

rebased on top of https://github.com/rustls/rustls/pull/1583