You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
The fix in #17 relies on `SwiftProtobufPluginLibrary`'s `WellKnownType`
type including all protos bundled by `SwiftProtobuf`, this turns out not
to be true so in some case (like using the "Empty" proto) an import was
missing.
Modifications:
- Use the "isBundleProto" API which better suits our needs
- Update test to use type which would fail test before fix
Result:
Better code gen
0 commit comments