Russ Cox

Results 790 comments of Russ Cox

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

Go 1.21 will be able to remove dead code from map initialization and the like. From a semantic level, it seems clear we don't want to take on the complexity...

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

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://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 sounds like there are really two parts to this proposal: 1. Add SignContext 2. Use it in crypto/tls if the Signer implements SignContext, to pass a context known only...

OK, so it sounds like we understand the proposal. Does anyone object to this proposal? Thoughts from @rolandshoemaker or @FiloSottile or @golang/security?

I don't think we need the helper either. I hadn't noticed it. I believe the proposal is simply to add ``` package crypto type ContextSigner interface { Signer SignContext(ctx context.Context,...

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

No change in consensus, so **[accepted](https://go.dev/s/proposal-status#accepted)**. 🎉 This issue now tracks the work of implementing the proposal. — rsc for the proposal review group