-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Bump the nanopb version to 0.3.9.8 #7789
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
On quick glance, I see two issues:
|
Coverage ReportAffected SDKs
Test Logs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete the extra generated copyrights.
I'm ok if the protos don't get regenerated for 0.3.9.8 since it a library patch only without a corresponding generation change.
The analytics CI failure can be disregarded in this PR since it is a result of the SpecsDev source not being specified at https://github.com/firebase/firebase-ios-sdk/blob/master/.github/workflows/analytics.yml#L25
@@ -14,6 +14,22 @@ | |||
* limitations under the License. | |||
*/ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something seems strange here that the copyright was added but the Generated version string was not updated. Here and in subsequent three files.
Merge #7795 to fix the CI failure |
Asking @maksymmalyhin for a review since both @var-const and I have contributed to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM on CI green
Planning to publish the nanopb 2.30908.0 (0.3.9.8) podspec after a day of CI here |
Fixes #7787.
Update to nanopb 0.3.9.8. Protos do not need to be regenerated since this is a library only nanopb patch.