Russ Cox

Results 790 comments of Russ Cox

There are also other rewriting optimizations that have to be disabled if you don't have orbits. For example [Aa][Bb][Cc] optimizes to (?i)abc, but if you don't have orbits, you can't...

I am not the RE2J maintainer so I don't think I should be passing judgement on whether the change has merit.

I go back and forth on the name String. I wonder if 'Text' is better. rand.Text("abcdef") somehow seems clearer than rand.String("abcdef") I agree that 128 bits of entropy is the...

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

@FiloSottile and I talked a bit about this and we suggest simplifying further: // Text returns a random string over from the standard [RFC 4648 base32 alphabet](https://go.dev/pkg/encoding/base32#StdEncoding) // for use...

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 The proposal is to make the ChaCha8 type implement io.Reader. It...

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 The proposal is to make the...

Marking this as a release blocker for Go 1.23 because the general problem of missing API changes may still remain. I don't understand how relnote can work on the new...

Note that https://go-review.googlesource.com/c/build/+/410244 already added "look for CLs that mention accepted proposals", but it seems to have been disabled. Re-enabling it would be great.