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

Throw an exception with detailed information if generated code is out of date. #617

Merged
merged 1 commit into from
May 17, 2022

Conversation

copybara-service[bot]
Copy link

Throw an exception with detailed information if generated code is out of date.

python/message.c Outdated
"date and must be regenerated with protoc >= 3.19.0.\n"
"If you cannot immediately regenerate your protos, some other possible "
"workarounds are:\n"
" 1. Downgrade the protobuf package to 3.20.1 or lower.\n"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.20.x ?

python/map.c Outdated
@@ -159,6 +159,7 @@ bool PyUpb_MapContainer_Set(PyUpb_MapContainer* self, upb_Map* map,
case kUpb_MapInsertStatus_OutOfMemory:
return false;
}
return false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feels unrelated

@copybara-service copybara-service bot merged commit 4e2bbc8 into main May 17, 2022
@copybara-service copybara-service bot deleted the test_449232389 branch May 17, 2022 17:10
@github-pages github-pages bot temporarily deployed to github-pages May 17, 2022 17:10 Inactive
copybara-service bot pushed a commit that referenced this pull request May 17, 2022
The previous change did not have the desired effect, because the generated code uses the class named "Message" instead of "CMessage."

There was no real need to use the class "CMessage" instead of "Message."  The new name is simpler and will make the previous change work.

PiperOrigin-RevId: 449271548
copybara-service bot pushed a commit that referenced this pull request May 17, 2022
The previous change did not have the desired effect, because the generated code uses the class named "Message" instead of "CMessage."

There was no real need to use the class "CMessage" instead of "Message."  The new name is simpler and will make the previous change work.

PiperOrigin-RevId: 449271548
copybara-service bot pushed a commit that referenced this pull request May 17, 2022
The previous change did not have the desired effect, because the generated code uses the class named "Message" instead of "CMessage."

There was no real need to use the class "CMessage" instead of "Message."  The new name is simpler and will make the previous change work.

PiperOrigin-RevId: 449309343
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants