chore: update loader to v0.5.2 - #968
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #968 +/- ##
==========================================
- Coverage 51.86% 51.25% -0.62%
==========================================
Files 127 170 +43
Lines 10893 14145 +3252
==========================================
+ Hits 5650 7250 +1600
- Misses 4920 6504 +1584
- Partials 323 391 +68
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates the root Go module’s dependency on github.com/bytedance/sonic/loader to the published v0.5.2 release, aligning the main module with the Go 1.27-compatible loader work referenced in #965 while keeping the change isolated from broader Go 1.27 compatibility work in #957.
Changes:
- Bump
github.com/bytedance/sonic/loaderfromv0.5.1tov0.5.2ingo.mod. - Refresh
go.sumentries to match the updated loader version.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the root module requirement for github.com/bytedance/sonic/loader to v0.5.2. |
| go.sum | Updates module checksums to correspond to github.com/bytedance/sonic/loader v0.5.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
This dependency-only change is intentionally separate from the root Go 1.27 build-tag and compatibility changes in #957.
Validation
GOWORK=off GOTOOLCHAIN=go1.25.12 go test -race -gcflags="all=-l" ./... -count=1GOWORK=off GOTOOLCHAIN=go1.25.12 SONIC_USE_OPTDEC=1 SONIC_USE_FASTMAP=1 SONIC_ENCODER_USE_VM=1 go test ./... -count=1github.com/bytedance/sonic/loader v0.5.2resolves from the module cache rather than the workspace module