v0.7.1
Fixes:
- If a
protocompile.Compiler
'sResolver
returns a*descriptorpb.FileDescriptorProto
(instead of source code or an already-builtprotoreflect.FileDescriptor
), any already-interpreted options therein would be inadvertently cleared when the compiler reached the step of interpreting options for that file. This has been fixed: descriptor protos with options already interpreted will be left alone.