Closed Sharerer closed 5 years ago
Hi. "message" is the keyword. In this parser, the specification of tokenizer does not allow use keywords to other purposes, including field names. Keywords: message, double, float, int32, int64, uint32, uint64, sint32, sint64, fixed32, fixed64, sfixed32, sfixed64, bool, string, bytes, enum, map, oneof, true, false, syntax, import, package, option, service, reserved, weak, public, repeated, required, optional, allow_alias, custom_option, extensions, packed.
Для Тараса Бульбы :) "message" - это ключевое слово. В данном парсере специфика разбивки на токены не позволяет использовать ключевые слова в качестве любых других назначений, в том числе имен полей. Переименуйте поле, по-другому никак.
Oh, well. That a solution. :D
Hello, If you have such message:
You will receive this error message from parser:
error: Syntax error in construction 'string'. Unacceptable use 'message'