python-pachyderm icon indicating copy to clipboard operation
python-pachyderm copied to clipboard

Improve proto_lint to check for outdated mixin methods

Open albscui opened this issue 4 years ago • 0 comments

Currently proto_lint checks for RPC methods that are missing in the Python mixins. However, it does not check the other way around, which are outdated RPCs that are still being adapted by the Python mixins. This is not a huge issue because the client will just get a UNIMPLEMENTED error, but it is something worth improving.

albscui avatar May 28 '21 20:05 albscui