Kostiantyn Shchepanovskyi

Results 45 comments of Kostiantyn Shchepanovskyi

Thank, I will make sure it is merged and released this week. I'll check code and add some tests, if needed.

Wow, you did great work at making protobuf support multiline strings at https://github.com/protocolbuffers/protobuf/issues/1297! I started work on adding support for "multipart" strings couple of weeks ago, but it appeared to...

Hi, You can start with tests, for example - https://github.com/protostuff/protostuff-compiler/blob/master/protostuff-parser/src/test/java/io/protostuff/compiler/parser/ServiceTest.java Also, HTML documentation generator - https://github.com/protostuff/protostuff-compiler/tree/master/protostuff-generator/src/main/java/io/protostuff/generator/html - it basically takes object model and converts it into a bunch of JSON...

Actually it does. However, fields are not initialized in constructor directly. There are 3 ways to create a message: 1. Use `Message.getDefaultInstance()` - this one will be initialized with private...

Sorry, I misinterpreted issue description. You are right, custom default values are not supported. `protostuff-generator` ignores values for `default` option. I cannot say when I can implement support for custom...