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

Beautify the generated code and add type #103

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Beautify the generated code and add type #103

wants to merge 4 commits into from

Conversation

dushibaiyu
Copy link

Beautify the generated code
add option to dprotoc to generated code

@coveralls
Copy link

coveralls commented Dec 15, 2016

Coverage Status

Changes Unknown when pulling d9f3d91 on putaolabs:master into ** on msoucy:master**.

message Person {
required string name = 1;
required string name = 1; // namnmknhi
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

???

@@ -43,27 +113,28 @@ struct MessageType {
EnumType[] enumTypes;
MessageType[] messageTypes;

const void toString(scope void delegate(const(char)[]) sink, FormatSpec!char fmt)
const void toString(scope void delegate(const(char)[]) sink, ref ProtoConfig fmt)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no longer compliant with the required spec for toString

int rpc = 1;
}

struct ProtoPackage {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this moved?

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

Successfully merging this pull request may close these issues.

None yet

3 participants