Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make check for bundled protos more resilient
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
- Loading branch information