mirage / ocaml-rpc

Light library to deal with RPCs in OCaml
ISC License
96 stars 31 forks source link

pythongen test: make pylint checks stricter #113

Closed gaborigloi closed 6 years ago

gaborigloi commented 6 years ago

Instead of only checking for errors, now we have a whitelist of warnings.

I had to rename TypeError to RpcTypeError to ensure it does not class with the built-in exception with the same name. It does not seem to be used by clients, SM raises the normal TypeError at a few places, but that should be fine.

Warnings I did not remove:

Fixes #111

Signed-off-by: Gabor Igloi gabor.igloi@citrix.com