stormcat24 / protodep

Collect necessary .proto files (Protocol Buffers IDL) and manage dependencies
Apache License 2.0
296 stars 56 forks source link

Support wildcard ignores #47

Closed kostyay closed 4 years ago

kostyay commented 4 years ago

Fixing issue https://github.com/stormcat24/protodep/issues/46

I've kept the old logic for backward compatibility, otherwise the old behavior will not work. If you are willing to make braking change the logic will be simpler and abit more efficient. Let me know what you think

stormcat24 commented 4 years ago

@kostyay LGTM I think old logic should be kept for a while. It should be obsoleted in the next minor release around 0.1.0.

Thank you for your contribution.