Go 1.20 switched to uint64 to represent goroutine IDs, we can't actually follow suit because we have allowed clients to use -1 to refer to the currently selected goroutine, however we should at least switch to int64 and also update the rtype check to accept the 1.20 type. |
||
|---|---|---|
| .. | ||
| gen-backend_test_health.go | ||
| gen-cli-docs.go | ||
| gen-opcodes.go | ||
| gen-starlark-bindings.go | ||
| gen-travis.go | ||
| gen-usage-docs.go | ||
| gencert.sh | ||
| latestver.py | ||
| make.go | ||
| rtype-out.txt | ||
| rtype.go | ||
| staticcheck-out.txt | ||
| test_linux.sh | ||
| test_mac.sh | ||
| test_windows.ps1 | ||
| testsign | ||