Fixes package prefixes
Fixes how module names for messages with package prefixes are rendered. - detected while prototyping with beefcake - fixed on the internal beefcake fork here [] This change replicates that fix for the official code generator. TODO: add a test; what's normal done to test features like this the proto codebase? Add another test.proto/golden file? Change on 2014/12/11 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81916292
Showing
- src/compiler/cpp_generator.cc 6 additions, 6 deletionssrc/compiler/cpp_generator.cc
- src/compiler/ruby_generator_string-inl.h 23 additions, 8 deletionssrc/compiler/ruby_generator_string-inl.h
- test/cpp/interop/client.cc 2 additions, 2 deletionstest/cpp/interop/client.cc
- test/cpp/interop/test.proto 2 additions, 2 deletionstest/cpp/interop/test.proto
Please register or sign in to comment