On Mon, Mar 7, 2016 at 4:02 PM, Umesh Singla <[email protected]> wrote:
> Hello > The protobuf thing looks interesting and different to me. I recently came > across it. Any small issues or bugs to start with, so that I can get > familiar with teh codebase? > Hi Umesh, Glad to hear that you are interested in protobuf! If you want to get yourself familiar with protobuf code base, starting with the protocol compiler code is a good choice. For example, try to fix this issue about supporting spaces in file paths passed to protocol compiler: https://github.com/google/protobuf/issues/955 You can find related code in https://github.com/google/protobuf/tree/master/src/google/protobuf/compiler > You can know more about me at my www.linkedin.com/in/umeshksingla > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
