Shopify / protoboeuf

Experimenting with a protobuf implementation
MIT License
24 stars 2 forks source link

Codegen chokes on message field named 'end' #83

Closed maximecb closed 3 months ago

maximecb commented 3 months ago

Example:

optional google.protobuf.Timestamp end = 2;

Would be wise to also try naming enum constants, messages, etc 'end' to see what happens.