Russ Cox
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...
What does goversion do that "go version" does not at this point?
Go and pprof are already using a [fairly general protobuf-based format](https://github.com/google/pprof/tree/main/proto). The original, careful design of that format was informed by over a decade of experience with earlier formats, and...
Thanks for the details about pprof vs OLTP. I want to clarify one thing: while Go uses pprof and has done a lot to popularize it, pprof is not "Go's...
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...
Can you bisect to when it happened?
Which version of Go are you using? Reopening to make sure we resolve this one way or the other before Go 1.20. Does your crashing program use os/exec? And if...
Thank you for the quick confirmation.
It sounds like the main part of the disagreement here is about whether the module author should be able to keep this from happening. As written, this proposal does not...
@peterbourgon: > I hope the proposed message doesn't imply, explicitly or implicitly, that the consumer should upgrade their version. Given the general Go position of not printing warnings - only...