[protobuf] Scala protocol buffers protoc plugin

2010-08-11 Thread Jeff Plaisance
Hello, I have written a compiler plugin that generates type safe scala wrappers for the java protoc output. It creates wrappers for each message type that use the scala Option type for all optional values. It also forces all required parameters to be included in the constructor of the builder so

Re: [protobuf] Scala protocol buffers protoc plugin

2010-08-17 Thread Jeff Plaisance
, and you can never change required to optional later without risking breaking something. It sounds like your implementation would actually encourage people to use required to avoid having to deal with Option objects. On Wed, Aug 11, 2010 at 12:57 AM, Jeff Plaisance jeffplaisa...@gmail.comwrote

[protobuf] file descriptor proto - .proto

2011-03-17 Thread Jeff Plaisance
Is there a way to generate .proto files from a file descriptor proto? If not, is there a way to invoke the compiler using a file descriptor proto as input? Thanks, Jeff -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post to this group,