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

Support json_name for proto2; Ensures proper field emission for JSON encoder #390

Merged
merged 4 commits into from
Dec 29, 2024

Conversation

v0idpwn
Copy link
Collaborator

@v0idpwn v0idpwn commented Dec 29, 2024

Fixes >500 conformance tests

  • Makes proto2 also support json_name. This alone fixes >200 tests
  • Ensures JSON encoder decides correctly when to emit or not emit fields (at the very least, more correctly than before :))

- Makes proto2 also support json_name. This alone fixes >200 tests
- Ensures JSON encoder decides correctly when to emit or not emit fields (at the
very least, more correctly than before :))
@v0idpwn v0idpwn changed the title Fix >500 conformance tests Support json_name for proto2; Ensures proper field emission for JSON encoder Dec 29, 2024
@v0idpwn v0idpwn merged commit 509460a into main Dec 29, 2024
3 checks passed
@v0idpwn v0idpwn deleted the fix-conformance-tests branch December 29, 2024 17:52
@v0idpwn
Copy link
Collaborator Author

v0idpwn commented Dec 29, 2024

I suppose this is also not controversial at all, so merging. We can revert before release if there's any problem.

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.

1 participant