-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
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
go 1.20 sonic 编译报错 #579
Comments
refer to bytedance/sonic#355 and use #278 to solve it |
This issue has been marked as invalid question, please give more information by following the |
This issue has been marked as invalid question, please give more information by following the |
Requirement: update hertz to v0.5.2 |
@Duslia @welkeyever I still have compilation issue, even with this version |
need to use |
This issue has been marked as invalid question, please give more information by following the |
not sure I know what to do @li-jin-gou, could you please open a PR on https://github.com/the-benchmarker/web-frameworks ? |
This issue has been marked as invalid question, please give more information by following the |
Let me look at it first, I'm not sure if CI can specify the build tag @waghanza |
This issue has been marked as invalid question, please give more information by following the |
I have done this in https://github.com/the-benchmarker/web-frameworks/actions/runs/4091123344/jobs/7055006320#step:6:68 @li-jin-gou. Thanks for the tip |
This issue has been marked as invalid question, please give more information by following the |
github.com/bytedance/sonic/internal/loader
../../pkg/mod/github.com/bytedance/sonic@v1.5.0/internal/loader/funcdata.go:27:22: undefined: _ModuleData
../../pkg/mod/github.com/bytedance/sonic@v1.5.0/internal/loader/funcdata.go:30:27: undefined: _ModuleData
../../pkg/mod/github.com/bytedance/sonic@v1.5.0/internal/loader/funcdata.go:41:6: undefined: _Func
../../pkg/mod/github.com/bytedance/sonic@v1.5.0/internal/loader/funcdata.go:42:12: undefined: _ModuleData
../../pkg/mod/github.com/bytedance/sonic@v1.5.0/internal/loader/funcdata.go:53:16: undefined: _ModuleData
../../pkg/mod/github.com/bytedance/sonic@v1.5.0/internal/loader/funcdata.go:79:26: undefined: _ModuleData
../../pkg/mod/github.com/bytedance/sonic@v1.5.0/internal/loader/funcdata_invalid.go:23:6: panic("Unsupported Go version. Supported versions are: 1.15, 1.16, 1.17, 1.18, 1.19") (no value) used as value
../../pkg/mod/github.com/bytedance/sonic@v1.5.0/internal/loader/loader.go:47:50: too many arguments in call to registerFunction
have (string, uintptr, uintptr, int, int, uintptr, uintptr, uintptr)
want (string, uintptr, int, int, uintptr)
The text was updated successfully, but these errors were encountered: