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.