Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multi-line strings #60

Open
maguro opened this issue Apr 23, 2019 · 2 comments
Open

Add support for multi-line strings #60

maguro opened this issue Apr 23, 2019 · 2 comments

Comments

@maguro
Copy link

maguro commented Apr 23, 2019

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

protocolbuffers/protobuf#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.

@kshchepanovskyi
Copy link
Member

Wow, you did great work at making protobuf support multiline strings at protocolbuffers/protobuf#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).

@cosmotek
Copy link

Any updates here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants