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

Check that function return types inferred in documentation make sense #784

Open
stelmo opened this issue May 11, 2023 · 2 comments
Open
Milestone

Comments

@stelmo
Copy link
Collaborator

stelmo commented May 11, 2023

This makes it easier to work with them in different packages

@exaexa
Copy link
Collaborator

exaexa commented May 11, 2023

The problem with function type annotations is that it results in extra convert() call in the end, which might and might not be what we actually want. (read: it's not an annotation at all)

@stelmo
Copy link
Collaborator Author

stelmo commented May 11, 2023

hmm that sucks :/ It is really helpful to know what I can expect when working from another package

@exaexa exaexa changed the title Ensure all functions have a function type annotation Check that function return types inferred in documentation make sense Dec 9, 2023
@exaexa exaexa added this to the v2.0.x milestone Dec 9, 2023
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

No branches or pull requests

2 participants