-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DI] CheckTypeDeclarationsPass now checks if value is type of parameter type #35429
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
Conversation
pfazzi
commented
Jan 22, 2020
Q | A |
---|---|
Branch? | 4.4 |
Bug fix? | yes |
New feature? | no |
Deprecations? | no |
Tickets | #35420 |
License | MIT |
Can you provide a reproducer for the issue? Maybe a test case? |
Yes i can. Let me anticipate you that error happens when |
@nicolas-grekas I have just integrated a test case |
d64a00b
to
89cfb0b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I pushed some changes on your fork to make the code less error-prone)
89cfb0b
to
538a658
Compare
538a658
to
0d4c0a6
Compare
Thank you @pfazzi. |
… of parameter type (pfazzi) This PR was merged into the 4.4 branch. Discussion ---------- [DI] CheckTypeDeclarationsPass now checks if value is type of parameter type | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | #35420 | License | MIT Commits ------- 0d4c0a6 [DI] CheckTypeDeclarationsPass now checks if value is type of parameter type