You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runtime/stack.go has n int32. Should it be changed to n uint32 as in reflect/type.go and keeping the name struct name bitvector w/o camelCase for consistency?
They need to match semantically, and they do. The code may not look identical at surface level. If you think the code and/or the comment can be adjusted, feel free to send a CL.
There is no need to file an issue like this. In general, this is internal implementation detail, not a user-observable issue. Thanks.
Go version
tip
Output of
go env
in your module/workspace:What did you do?
See https://github.com/golang/go/blob/master/src/runtime/stack.go#L580-L583 and https://github.com/golang/go/blob/master/src/reflect/type.go#L2914-L2918 .
What did you see happen?
reflect.bitVector and runtime.bitvector not sync.
What did you expect to see?
Implement matching annotations.
The text was updated successfully, but these errors were encountered: