JuliaIO / ProtoBuf.jl

Julia protobuf implementation
Other
205 stars 55 forks source link

Add Set as a keyword #189

Closed BenChung closed 2 years ago

BenChung commented 2 years ago

Set can end up being used as a name by schemas, which then causes the generated code to error out when loaded. This change adds Set as a known keyword to be mangled into _Set to avoid this issue, similarly to how other types in Base are handled.