Skip to content

Conversation

@FGYFFFF
Copy link
Contributor

@FGYFFFF FGYFFFF commented Jun 17, 2024

What type of PR is this?

fix

Check the PR title.

  • This PR title match the format: <type>(optional scope): <description>
  • The description of this PR title is user-oriented and clear enough for others to understand.
  • Attach the PR updating the user documentation if the current PR requires user awareness at the usage level. User docs repo

(Optional) Translate the PR title into Chinese.

解决 rm_tag 无法删除默认的 json tag 的问题

(Optional) More detailed description for this PR(en: English/zh: Chinese).

en: rm_tag for default json
zh(optional): 解决 rm_tag 无法删除默认的 json tag 的问题
用户使用 rm_tag=json 的时候,无法删除掉写注解字段的默认 json tag

struct HelloReq {
    1: string Name (api.query="name"); 
}

理论上应该生成如下

type HelloReq struct {
	Name string `thrift:"Name,1" query:"name" `
}

(Optional) Which issue(s) this PR fixes:

(Optional) The PR that updates user documentation:

@FGYFFFF FGYFFFF requested review from a team as code owners June 17, 2024 07:32
@codecov
Copy link

codecov bot commented Jun 17, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.81%. Comparing base (9162dd1) to head (c299e85).
⚠️ Report is 131 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1140      +/-   ##
===========================================
+ Coverage    82.75%   82.81%   +0.06%     
===========================================
  Files           98       98              
  Lines        10044    10062      +18     
===========================================
+ Hits          8312     8333      +21     
+ Misses        1241     1238       -3     
  Partials       491      491              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants