Russ Cox
Russ Cox
Comment 3: _Labels changed: added **go1.3maybe**._
Comment 4: _Labels changed: added **release-none**, removed **go1.3maybe**._
Comment 5: _Labels changed: added **repo-tools**._
Sounds like this is on hold for better compiler optimizations before we can even consider whether this is a good API.
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...
Re utf8.DecodeRune([]byte(in)), sure but it would be even nicer to write utf8.DecodeRune(in) and not worry about whether the conversion allocates.
**[Placed on hold](https://go.dev/s/proposal-status#hold)**. — 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...
In the log package, we talked about adding a special "discard" mode and instead we recognized log.SetOutput(io.Discard). Here it seems like we should probably do the same thing: recognize `slog.NewTextHandler(io.Discard,...
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...