protostuff-compiler icon indicating copy to clipboard operation
protostuff-compiler copied to clipboard

Add support for multi-line strings

Open maguro opened this issue 5 years ago • 2 comments

I am shepherding a change in Protobufs to allow multi-line string values:

https://github.com/protocolbuffers/protobuf/issues/1297

This ticket serves as a marker for the corresponding effort required in this project. I have forked this project and gotten a working version on my fork. I'll submit a PR once things start solidifying in the protobuf project.

maguro avatar Apr 23 '19 06:04 maguro

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 be more challenging that I thought (string like option x = "this" "is" "a" "string";). Somehow protoc supports this format everywhere (however, I might be mistaken).

kshchepanovskyi avatar Apr 29 '19 20:04 kshchepanovskyi

Any updates here?

cosmotek avatar Jun 18 '23 18:06 cosmotek