Russ Cox

Results 790 comments of Russ Cox

I agree with https://github.com/golang/go/issues/17149#issuecomment-257518448 that the answer here should be to rewrite the path for argv[0] from using slash to backslash. We should try to fix this early in the...

I agree that if you have ``` var e Error return e, errors.As(err, &e) ``` then the spec does not guarantee whether the first result is evaluated before or after...

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...

Based on the discussion above, this proposal seems like a **[likely decline](https://go.dev/s/proposal-status#likely-decline)**. — rsc for the proposal review group

We can't adopt the rule "run function calls then evaluate expressions", because then if you have code like return f(), g() or x, y := f(), g() and you have...

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

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

Are we going out of our way to set time stamps in the archives? I was pretty sure archive/tar and archive/zip do not add the time themselves anymore.

The work for reproducible binaries is submitted. The work for reproducible zip files is done on my laptop, but I need to test it and get it out for review....