-
Notifications
You must be signed in to change notification settings - Fork 2
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
Typing Spec Conformance #16
Labels
Comments
It also seems def spam(*x: int) -> None:
return print(*x)
A |
facebook-github-bot
pushed a commit
to facebook/pyre-check
that referenced
this issue
Mar 12, 2025
Summary: As suggested by Rebecca, this avoids some duplication in the annotation binding/solving logic. The more granular AnnotationTarget will also allow us to better model *args and *kwargs types, to help us fix facebook/pyrefly#16 (comment) Reviewed By: rchen152 Differential Revision: D71012503 fbshipit-source-id: 4015d42dcd520821f9de21421f4f8c3b0d68d10e
I think the bot got confused by the "help us fix" language in facebook/pyre-check@97b80e3 XD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a non-exhaustive list of current priorities, items will be added/checked off as things come up
global
nonlocal
return NotImplemented
@final
@final
del
Our current conformance test suite results can be found here:
The text was updated successfully, but these errors were encountered: