-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime: add linkname runtime.lastmoduledatap
back for cloudwego/sonic
#71672
Comments
lastmoduledatap
for cloudwego/sonic
runtime.lastmoduledatap
for cloudwego/sonic
Change https://go.dev/cl/648537 mentions this issue: |
As far as I can tell we never had that package in the "hall of shame". And the reason for that is that the package is only imported by 3 other packages. Are there more popular packages that depend on this one? The linkname was removed in https://go.dev/cl/609918 by @xiaost . |
no, it was dependent on github.com/bytedance/sonic, and sonic is dependent over 1w+ repos.. I guess you didn't consider indirect dependency? @ianlancetaylor |
runtime.lastmoduledatap
for cloudwego/sonic
runtime.lastmoduledatap
for cloudwego/sonic
I'm not sure why this package wasn't included on this list. https://go.dev/cl/609918 also dropped |
updated |
Btw, I want this commit to be released on go1.24, what should I do? @mknyszek |
@gopherbot Please backport to the 1.24 branch. This will let some existing programs continue to build with 1.24, as they did with earlier releases. |
Backport issue(s) opened: #71705 (for 1.24). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://go.dev/wiki/MinorReleases. |
runtime.lastmoduledatap
for cloudwego/sonic
runtime.lastmoduledatap
for cloudwego/sonic
runtime.lastmoduledatap
for cloudwego/sonic
runtime.lastmoduledatap
back for cloudwego/sonic
Change https://go.dev/cl/650375 mentions this issue: |
…com/bytedance/sonic` Add some linknames back, therefore sonic (github.com/bytedance/sonic) can work correctly. For #71672 Fixes #71705 Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58 GitHub-Last-Rev: 4de0a48 GitHub-Pull-Request: #71673 Reviewed-on: https://go-review.googlesource.com/c/go/+/650375 Auto-Submit: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com>
bytedance/sonic#738
Sonic has used this link for two years and just removed the link codes to
sonic/loader
since go1.23. Is this why Sonic misses theshame of hall
on it ? Can you please add its linkname back? Otherwise it will affect a lot of Go applications... @rscThe text was updated successfully, but these errors were encountered: