-
-
Notifications
You must be signed in to change notification settings - Fork 422
[breaking] gRPC: improved CompileRequest.export_binaries field definition #2570
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@ ## master #2570 +/- ## ========================================== - Coverage 69.58% 69.56% -0.02% ========================================== Files 205 205 Lines 20267 20255 -12 ========================================== - Hits 14102 14090 -12 Misses 5049 5049 Partials 1116 1116
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0da382d
to
1b16be5
Compare
1b16be5
to
fecb334
Compare
fecb334
to
16e1ba6
Compare
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)configuration.schema.json
updated if new parameters are added.What kind of change does this PR introduce?
The optional gRPC field
export_binaries
now leverage theoptional
clause in latest version of protobuf 3 protocol.What is the current behavior?
No change
What is the new behavior?
No change
Does this PR introduce a breaking change, and is titled accordingly?
Yes
Other information
related to #2565