-
-
Notifications
You must be signed in to change notification settings - Fork 872
feat: remove Index AST node #3757
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
|
|
||
| @classmethod | ||
| def get_subscripted_type(self, node: vy_ast.Index) -> None: | ||
| def get_subscripted_type(self, node: vy_ast.VyperNode) -> None: |
Check notice
Code scanning / CodeQL
First parameter of a class method is not named 'cls'
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3757 +/- ##
==========================================
- Coverage 84.78% 84.75% -0.04%
==========================================
Files 92 92
Lines 13141 13128 -13
Branches 2930 2929 -1
==========================================
- Hits 11142 11126 -16
- Misses 1535 1539 +4
+ Partials 464 463 -1 ☔ View full report in Codecov by Sentry. |
charles-cooper
left a comment
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.
lgtm, thanks!
What I did
Deprecate
IndexAST node.How I did it
How to verify it
Commit message
Description for the changelog
Cute Animal Picture