Skip to content
Snippets Groups Projects
Verified Commit bec6455d authored by Daniel Lyubomirov's avatar Daniel Lyubomirov
Browse files

[18] Update protobuf definitions submodule

parent 91951430
Branches 18-code-generation
No related tags found
1 merge request!94gRPC and vereign services code generation
Subproject commit 37be183be5f248ada04ba58ca72784e0fe1d63d3
Subproject commit e861100984116aacf6d84cb8a09dc0ef81041509
......@@ -87,6 +87,6 @@ endif()
# Generates the gRPC and Vereign services source code.
add_custom_target(
vcl-gen
COMMAND vcl-gen generate --templates-path=templates --output-path src
COMMAND vcl-gen generate -v --templates-path=templates --output-path src
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
......@@ -328,7 +328,7 @@ TEST_CASE("empty messages with OmitEmpty", "[protobuf]") {
google::protobuf::util::JsonPrintOptions options;
options.preserve_proto_field_names = true;
options.always_print_primitive_fields = true;
options.always_print_primitive_fields = false;
std::string json;
auto status = google::protobuf::util::MessageToJsonString(msg, &json, options);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment