JuliaIO / ProtoBuf.jl

Julia protobuf implementation
Other
205 stars 55 forks source link

porting code from pre-1.0 version #216

Closed cschiefe closed 2 years ago

cschiefe commented 2 years ago

Hi,

Getting the generation shifted from ProtoBuf.protoc() to ProtoBuf.protojl() went smoothly enough, but we have quite a bit of code that referred to ProtoType. Have you a recommendation for porting that? I didn't see it as a generation option to make all structs <: ProtoType.

Thanks, C

cschiefe commented 2 years ago

Thanks!

Drvi commented 2 years ago

Hey @cschiefe this has been implemented in #217, now you should be able generate structs that all share a common abstract type.