Austin Clements
Austin Clements
Have all remaining concerns about this proposal been addressed? The proposal is for `x/tools/go/gcexportdata.Read` to only support the export data produced by the Go compiler from the last 2 releases...
Based on the discussion above, this proposal seems like a **[likely accept](https://go.dev/s/proposal-status#likely-accept)**. The proposal is for `x/tools/go/gcexportdata.Read` to only support the export data produced by the Go compiler from the...
No change in consensus, so **[accepted](https://go.dev/s/proposal-status#accepted)**. 🎉 This issue now tracks the work of implementing the proposal. The proposal is for `x/tools/go/gcexportdata.Read` to only support the export data produced by...
@FiloSottile can you post a list of the proposals that this depends on? Also, my sense is that some of the proposals are required, while others are more "nice to...
We discussed this in the release team meeting today. The plan is to add this as a relui step, to be performed as part of creating rc1. We can also...
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. — aclements for the proposal review...
Based on the discussion above, this proposal seems like a **[likely accept](https://go.dev/s/proposal-status#likely-accept)**. — aclements for the proposal review group The proposal is given in https://github.com/golang/go/issues/76472#issue-3668671739
Thanks! This isn't so much a "proposal" as it is a "problem report", which is still very helpful! > Adding dependency edges Out of curiosity, since Orchestrion wraps the `go`...
My understanding of this proposal is that we want to optimize for the "discard logs" case, and could either achieve that by having every slog handler detect io.Discard, which requires...
Have all remaining concerns about this proposal been addressed? The proposal is: ```go package slog // DiscardHandler dicards all log output. var DiscardHandler Handler ```