Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: Full-fledged typing stub files for the Protobuf/gRPC generated code #271

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

da-tanabe
Copy link
Contributor

python: Full-fledged typing stub files for the Protobuf/gRPC generated code.

These files are now automatically generated, as opposed to the original version of these typing files, which were written by hand. I've opted not to include the code that generates this code because it's fairly complex and would make an already large set of changes even larger.

mypy continues to successfully typecheck this code with the new typing files.

There are a few bug fixes as a result of this being more systematically generated, but the majority of the changes are due to generated stubs for daml_lf_1_14/daml_lf_1_pb2.pyi.

This, in part, address #193.

@da-tanabe da-tanabe requested a review from mschaef-da August 19, 2021 04:49
@da-tanabe da-tanabe marked this pull request as ready for review August 19, 2021 04:49
@da-tanabe da-tanabe requested a review from lima-da August 19, 2021 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants