Austin Clements

Results 155 comments of Austin Clements

API audit complete. I opened [one question](https://github.com/golang/go/issues/67546#issuecomment-3634505688) about the `database/sql` change, so (unfortunately) I'm going to leave this issue open for the moment.

We decided to back out the `database/sql/driver` change, so the API audit is complete.

I'm performing the API audit for Go 1.26 and I have a concern about this change. My understanding is that the `ScanColumn` method replaces the use of the `dest` slice...

Marked as a release blocker for resolving my [API question](https://github.com/golang/go/issues/67546#issuecomment-3634505688).

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

@stapelberg (or @rolandshoemaker), could you post a self-contained version of what this proposal has converged to?

Thanks @stapelberg ! @stapelberg or @rolandshoemaker , is this compatible with the internal representation?

So I think the proposal at this point is: ```go // Package bundle contains the bundle of root certificates parsed from the NSS trust store, // using x509roots/nss. package bundle...

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 to add a new `golang.org/x/crypto/x509roots/fallback/bundle` package with the...

No change in consensus, so **[accepted](https://go.dev/s/proposal-status#accepted)**. 🎉 This issue now tracks the work of implementing the proposal. — aclements for the proposal review group The proposal is to add a...