Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

Moved to Go1.24 milestone since this need to be fixed on the main branch first (for Go 1.24), before being considered for backporting. Please use the usual process (https://go.dev/wiki/MinorReleases) to...

v3.3/glfw is its own module, separate from the top-level module that has the older versions v3.{0,1,2}/glfw. That seems to be working well, so I expect we can repeat that pattern...

Adding some relevant notes here. [CIPD](https://chromium.googlesource.com/infra/luci/luci-go/+/refs/heads/main/cipd/README.md) as used by LUCI builders already has an existing package providing Node.js, and it's used for testing the js/wasm port: https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/nodejs. For something like...

Thanks. An invite has been sent, it will need to be accepted by @sophie-zhao.

Thanks for working on this. > I used the short Custom Cursor program for testing. It would probably be a good idea to test with other programs, as well. Does...

What's the version of Xcode? Please include output of `xcodebuild -version`.

CC @prattmic (FYI the report reports this is introduced with [CL 585935](https://go.dev/cl/585935)), @golang/runtime.

CC @ianlancetaylor, @prattmic, @FiloSottile.

In case it's helpful, I'll point out that you can get some signal from compile-only testing via cross-compilation. For example, `GOOS=aix GOARCH=ppc64 go test -c -o=/dev/null` can be run on...