Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Improve proto_lint to check for outdated mixin methods #284

Open
albscui opened this issue May 28, 2021 · 0 comments
Open

Improve proto_lint to check for outdated mixin methods #284

albscui opened this issue May 28, 2021 · 0 comments
Assignees

Comments

@albscui
Copy link

albscui commented May 28, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants