Skip to content
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

fix: didn't consider json.Marshaler/Unmarshal when handling json:",string" tag #682

Merged
merged 6 commits into from
Aug 6, 2024

Conversation

AsterDY
Copy link
Collaborator

@AsterDY AsterDY commented Aug 6, 2024

No description provided.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 14.28571% with 48 lines in your changes missing coverage. Please review.

Project coverage is 39.55%. Comparing base (c00f19a) to head (9ecab2f).
Report is 2 commits behind head on main.

Files Patch % Lines
internal/decoder/optdec/compile_struct.go 0.00% 25 Missing ⚠️
internal/decoder/optdec/interface.go 0.00% 12 Missing ⚠️
internal/decoder/optdec/compiler.go 0.00% 8 Missing ⚠️
internal/encoder/compiler.go 72.72% 2 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

❗ There is a different number of reports uploaded between BASE (c00f19a) and HEAD (9ecab2f). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (c00f19a) HEAD (9ecab2f)
4 2
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #682       +/-   ##
===========================================
- Coverage   52.21%   39.55%   -12.66%     
===========================================
  Files         158       83       -75     
  Lines       10994     7283     -3711     
===========================================
- Hits         5740     2881     -2859     
+ Misses       4927     4148      -779     
+ Partials      327      254       -73     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AsterDY AsterDY merged commit bc420fc into main Aug 6, 2024
45 checks passed
@AsterDY AsterDY deleted the fix/issue_670 branch August 6, 2024 11:03
MrAlias pushed a commit to open-telemetry/opentelemetry-go-contrib that referenced this pull request Aug 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/bytedance/sonic](https://togithub.com/bytedance/sonic) |
`v1.12.0` -> `v1.12.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbytedance%2fsonic/v1.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fbytedance%2fsonic/v1.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fbytedance%2fsonic/v1.12.0/v1.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbytedance%2fsonic/v1.12.0/v1.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>bytedance/sonic (github.com/bytedance/sonic)</summary>

###
[`v1.12.1`](https://togithub.com/bytedance/sonic/releases/tag/v1.12.1)

[Compare
Source](https://togithub.com/bytedance/sonic/compare/v1.12.0...v1.12.1)

#### What's Changed

- fix(arm): remove print debug by
[@&#8203;liuq19](https://togithub.com/liuq19) in
[bytedance/sonic#681
- fix: remove unused code by
[@&#8203;liuq19](https://togithub.com/liuq19) in
[bytedance/sonic#683
- feat:(ast) nill Node can marshal to `null` by
[@&#8203;AsterDY](https://togithub.com/AsterDY) in
[bytedance/sonic#685
- fix: didn't consider `json.Marshaler/Unmarshal` when handling
`json:",string"` tag by [@&#8203;AsterDY](https://togithub.com/AsterDY)
in
[bytedance/sonic#682

**Full Changelog**:
bytedance/sonic@v1.12.0...v1.12.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNyIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjE3IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants