Russ Cox

Results 790 comments of Russ Cox

No change in consensus, so **[declined](https://go.dev/s/proposal-status#declined)**. — rsc for the proposal review group

These seem to be ppc64le-specific. Changed to track that.

This stopped between 8/10 and 8/31, and then started again, and has been silent since 9/2. Perhaps it is over, or perhaps not.

rsc.io is just about the most trivial App Engine server ever. Except for App Engine taking it down for being too old a Go version, it's never had any appreciable...

Reopened to track my deduplicating.

This is a bug in deflaking - the entire commit net@f2f64ebc is broken.

The errors should be fixed if nothing else. I've seen things like: godoc/redirect/redirect.go:22:2: golang.org/x/[email protected]: unexpected EOF which is not terribly clear. It should be more like a usual network failure.

This proposal has been added to the [active column](https://go.dev/s/proposal-status#active) of the proposals project and will now be reviewed at the weekly proposal review meetings. — rsc for the proposal review...

It seems like we should disallow go run -stdin=keepalive. The keepalive only makes sense when stdin is going to send zero bytes and then close. There's no good answer for...