Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

I understand this isn't so critical that we need to re-evaluate and bump every 6 months, so I'll put this in a future Go 1.23 milestone. If something changes before...

> It's useful to expose it in x/crypto for external implementations of the interface to use it. It will be vendored back. If I understand right, it's currently added to...

Thanks for reporting. CC @golang/release. First, can you try and see if you're able to start slowbots by including a `Cq-Include-Trybots: luci.golang.try:gotip-linux-loong64` git footer in the commit message, as documented...

It's unexpected that the error includes a different email than your primary Gerrit email, the one visible at https://go-review.googlesource.com/dashboard/54019. I'll look into why this might be happening, and for now...

CC @golang/tools-team for awareness of how gopls comes into play here.

It looks like an intentional decision in [CL 470676](https://go.dev/cl/470676) that the module toolchain isn't complete to run all tests, as it doesn't keep the "test" directory either: https://cs.opensource.google/go/go/+/master:src/cmd/distpack/pack.go;l=206-214;drc=dbe03e4831206d7311e4423c3a988fc48beda2bd The scripts...

Not moving wasm_exec.html, since it is an example rather than something to be used directly, makes sense to me. I think there may be some value in making the go_\*_\*_exec...

I moved this issue to NeedsDecision to better reflect its latest state, given the discussion here and on [CL 604696](https://go.dev/cl/604696). To expand on that: it seems there's agreement that the...

Our default policy decision is to support all supported versions of Go equally. See [accepted proposal 34536](https://github.com/golang/go/issues/34536#issuecomment-572188389). Since this problem affects both Go 1.22 and 1.21, it seemed that 1.21...