-
Notifications
You must be signed in to change notification settings - Fork 193
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
Scope provider changes for type annotations #1014
Conversation
self.skipTest( | ||
"f's body is subject to the annotation scoping rules" | ||
" created by its type parameters, but it shouldn't be" | ||
) | ||
self.assertEqual(len(inner_assignment.references), 1) |
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.
Gotta fix this somehow. The things defined in the AnnotationScope
should still be accessible from the body, but not the immediately enclosing class assignments
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1014 +/- ##
==========================================
+ Coverage 91.04% 91.06% +0.02%
==========================================
Files 255 255
Lines 26366 26512 +146
==========================================
+ Hits 24004 24143 +139
- Misses 2362 2369 +7
☔ View full report in Codecov by Sentry. |
21fc1cc
to
0c34d0f
Compare
5a898ea
to
0af5bb4
Compare
Scope provider changes for type annotations