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

Properly migrate the field type in options.proto #843

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

yevhenii-nadtochii
Copy link
Contributor

@yevhenii-nadtochii yevhenii-nadtochii commented Dec 13, 2024

This PR assigns a new field number to the field, which has changed the type in #842.

Not following this convention, breaks compilation of ProtoData with InvalidWireTypeException.

I've tested the local publication. ProtoData builds successfully with this change.

@yevhenii-nadtochii yevhenii-nadtochii self-assigned this Dec 13, 2024
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.16%. Comparing base (5388f69) to head (47034f5).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #843   +/-   ##
=========================================
  Coverage     75.16%   75.16%           
  Complexity     1178     1178           
=========================================
  Files           190      190           
  Lines          4293     4293           
  Branches        346      346           
=========================================
  Hits           3227     3227           
  Misses          935      935           
  Partials        131      131           

@yevhenii-nadtochii yevhenii-nadtochii marked this pull request as ready for review December 13, 2024 16:30
@yevhenii-nadtochii
Copy link
Contributor Author

@armiol @alexander-yevsyukov PTAL

@yevhenii-nadtochii yevhenii-nadtochii merged commit 48aa381 into master Dec 13, 2024
7 checks passed
@yevhenii-nadtochii yevhenii-nadtochii deleted the bump-field-number branch December 13, 2024 16:36
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.

2 participants