whyrusleeping / cbor-gen

Codegen for cbor codecs on your types
MIT License
35 stars 25 forks source link

fix handling of an []*string field #101

Closed brianolson closed 3 months ago

whyrusleeping commented 3 months ago

@Stebalien do you remember if theres a reason we havent done arrays of pointers before? This seems correct to me but since its a first time doing this kinda thing i want to get a second pair of eyes

Stebalien commented 3 months ago

No reason that I recall, this seems reasonable. Although we should probably support this for all cases.