We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While testing Go 1.23 rc1 in
there was an error:
# github.com/hdt3213/rdb link: github.com/bytedance/sonic/ast: invalid reference to encoding/json.safeSet
Go 1.23 no longer allows //go:linkname * runtime.* link instructioins, see
//go:linkname * runtime.*
It is used several times in this module, see: https://github.com/search?q=repo%3Abytedance%2Fsonic%20linkname&type=code
The text was updated successfully, but these errors were encountered:
got the same issue from cloudwego/hertz.
cloudwego/hertz
Sorry, something went wrong.
We are handling this. Please wait for a while
Thanks, i see you have already
linkname
No branches or pull requests
While testing Go 1.23 rc1 in
there was an error:
Go 1.23 no longer allows
//go:linkname * runtime.*
link instructioins, seeIt is used several times in this module, see:
https://github.com/search?q=repo%3Abytedance%2Fsonic%20linkname&type=code
The text was updated successfully, but these errors were encountered: