We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
always_print_primitive_fields has been removed in protobuf 27.1. Possibly should be replaced with always_print_fields_with_no_presence.
always_print_primitive_fields
always_print_fields_with_no_presence
ACross/src/models/serializetools.cpp
Line 593 in e229351
Relevant commits:
protocolbuffers/protobuf@2699579 – Although commit message references always_print_without_presence_fields, the diff shows always_print_fields_with_no_presence.
always_print_without_presence_fields
protocolbuffers/protobuf@671b61b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
always_print_primitive_fields
has been removed in protobuf 27.1. Possibly should be replaced withalways_print_fields_with_no_presence
.ACross/src/models/serializetools.cpp
Line 593 in e229351
Relevant commits:
protocolbuffers/protobuf@2699579 – Although commit message references
always_print_without_presence_fields
, the diff showsalways_print_fields_with_no_presence
.protocolbuffers/protobuf@671b61b
The text was updated successfully, but these errors were encountered: