Russ Cox

Results 790 comments of Russ Cox

**2020-02-26 / @rsc, @griesemer, @ianlancetaylor, @bradfitz, @andybons** - #34527 **cmd/go: add GOMODCACHE** - discussion ongoing - #35667 **cmd/go: add compiler flags, relevant env vars to 'go version -m' output** -...

**2020-03-04 / @rsc, @griesemer, @ianlancetaylor, @bradfitz, @spf13** - #37503 **all: add bare metal ARM support** - commented - #36606 **cmd/compile: make 64-bit fields be 64-bit aligned on 32-bit systems, add...

**2020-03-11 / @rsc, @griesemer, @ianlancetaylor, @bradfitz** [_**These are a week late. The meeting happened last Wednesday, but world events intervened and I forgot to post them. We're skipping this week...

**2020-03-25 / @rsc, @griesemer, @ianlancetaylor, @bradfitz, @andybons, @spf13** [_**These are only a day late. Progress!**_] - #25348 **allow && and || operators and parentheses in build tags** - commented -...

**2020-04-01 / @rsc, @griesemer, @ianlancetaylor, @bradfitz, @andybons, @spf13** - #34527 **cmd/go: add GOMODCACHE** - **likely accept**; last call for comments ⏳ - #37475 **cmd/go: stamp git/vcs current HEAD hash/commit hash/dirty...

**2020-04-08 / @rsc, @griesemer, @ianlancetaylor, @bradfitz, @andybons, @spf13** - #37503 **all: add bare metal ARM support** - commented - #34527 **cmd/go: add GOMODCACHE** - no change in consensus; **accepted** 🎉...

The easiest implementation would be to accept that Comparable's arguments escape. We see how to do that very easily. My instinct is that it probably is still useful in that...

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

@dsnet I'd love to hear your take on whether Comparable escaping its arguments is still a useful API. (Let's assume the compiler transparently rewrites maphash.Comparable[string] -> maphash.String so the escape...