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

bug: protoc updated version naming conventions #190

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Conversation

devmaxde
Copy link
Contributor

@devmaxde devmaxde commented Sep 2, 2024

This merge request modifies the version parsing regex to handle cases where the major version is not specified. It will default to 3, because the value is reused later.

https://protobuf.dev/support/version-support/

@devmaxde devmaxde changed the title Fixed Regex, that breaks setup if no minor version is specified bug: protoc updated version naming conventions Oct 1, 2024
@devmaxde devmaxde self-assigned this Oct 1, 2024
@devmaxde devmaxde force-pushed the fix_protoc_regex branch 2 times, most recently from 1485a07 to a4173c2 Compare October 1, 2024 12:08
@devmaxde devmaxde marked this pull request as draft October 1, 2024 12:23
@devmaxde devmaxde marked this pull request as ready for review October 1, 2024 12:30
@devmaxde devmaxde requested a review from bmario October 1, 2024 12:30
eg. 3.27.1 --> 27.1

Fixed black formatting
@devmaxde devmaxde merged commit a92574b into master Oct 1, 2024
12 checks passed
@devmaxde devmaxde deleted the fix_protoc_regex branch October 1, 2024 13:47
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.

Setup Fails, in protobuf version 27.3 Setup Fails, if local protoc version has no patch applied
2 participants