Josh Triplett

Results 905 comments of Josh Triplett

Would seahash work for this purpose?

@djudd Odd; I had the impression that seahash was supposed to be faster.

I'm having the same problem here; I'm showing up as `@[email protected]`, rather than `@[email protected]`. I think I've got everything properly configured.

@FlorianUekermann You're talking about having enough of an abstraction that you could use the crypto provider for *all* your crypto needs, and thus support any future crypto provider that rustls...

> However, the term "object safe" is used in a lot of places, so I propose a minimal backwards-compatible fix by calling this concept "trait-object safety". We've definitely been using...

@notgull A `JoinSet` isn't ordered; when you wait on the next completion from it, it returns the next completion regardless of its position.

> My personal opinion on openssl_probe: I find it conceptionally flawed and even harmful because it makes too many assumptions about potential blackboxes (unknown environments). It currently works, on many...

I do think we need some way to handle the out-of-memory case. We don't have to solve that with this method, but I think we should think about naming with...

We discussed this in today's @rust-lang/lang meeting. We agreed that `#[must_use]` is less ambiguous than I previously thought, for a few different reasons. One of them is that we *already*...

@lukaslueg I don't think we should do this in an automated fashion, because we then get committed to making sure we're happy with the automated refactors, which might not always...