Josh Triplett

Results 747 comments of Josh Triplett

It's not immediately obvious to me why Arc and Rc *aren't* fundamental. That aside, I'm surprised if this can't be defined in any of the three crates, since it seems...

> fifo on unix sometimes needs to be opened with readable and writable, otherwise it would block until the other end is opened, which is quite surprising behavior Surprising but...

We discussed this in today's @rust-lang/libs-api meeting. We don't want to accept this ACP as written, and in particular don't want a separate Fifo type. We would, however, accept a...

We did a first-pass discussion about this in today's @rust-lang/libs-api meeting. We didn't come to a consensus yet, but some initial reactions were that some of the methods (e.g. `open_tempfile`)...

I think this is a great idea, and I think we should try it as an experiment. @rfcbot merge @rfcbot concern github-suggestions

@rfcbot resolved github-suggestions

@rfcbot concern statically-unused-extern-impl-fn

@m-ou-se Definitely not "instead of", but possibly "in addition to". This feature absolutely needs an RFC in order to be a future stable feature, but it could *also* be an...

@rfcbot resolve statically-unused-extern-impl-fn Resolved by the use of `cfg`.

I'd be happy to see an implementation using traits that is *initially* restricted in what can appear in the trait, if that makes it simple enough to ship. I do...