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

The code generator doesn't properly handle some field names #19

Open
dshaffer opened this issue Jan 18, 2012 · 3 comments
Open

The code generator doesn't properly handle some field names #19

dshaffer opened this issue Jan 18, 2012 · 3 comments

Comments

@dshaffer
Copy link

if you create a message with certain names for fields the code generator fails.

message Msg
{
    optional int32  value = 1;
    optional int32 time = 2;
    optional int32 xtime = 3;
}

I don't know if there are any other names that cause problems.

@bmizerany
Copy link
Contributor

Interesting. Can you help me narrow down where the problem is?

@dshaffer
Copy link
Author

I'm afraid I don't have any time to work on this, but it seems that the field names may be conflicting with names used inside the code generator itself.

@bmizerany
Copy link
Contributor

OK. I too don't have much time for this. If someone else comes across
this problem, I hope they can make a patch.

On Wed, Feb 22, 2012 at 12:21 PM, dshaffer
reply@reply.github.com
wrote:

I'm afraid I don't have any time to work on this, but it seems that the field names may be conflicting with names used inside the code generator itself.


Reply to this email directly or view it on GitHub:
#19 (comment)

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

2 participants