thriftrw / thriftrw-python

A Thrift encoding library for Python
MIT License
36 stars 10 forks source link

Add a better error output for invalid thrift includes #160

Closed albertyw closed 5 years ago

albertyw commented 5 years ago

This will help with detecting and debugging issues with implicit relative includes (e.g. include "foo.thrift") which are valid for some other thrift clients.

For reference, include.path is the contents of the include, i.e. foo.thrift.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.07%) to 92.268% when pulling d62aab533f492161c005d443d2957e425b3161a4 on albertyw:better-error into c916f3768c2399a6a31cc84b50306376809d3a64 on thriftrw:master.

abhinav commented 5 years ago

Released in 1.8.1.