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

fix: remove .keyword from Call AST node #3689

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

charles-cooper
Copy link
Member

for some reason, there is a slot named "keyword" on the Call AST node, which is never used (and doesn't exist in the python AST!).

this commit removes it for hygienic purposes.

What I did

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

for some reason, there is a slot named "keyword" on the Call AST node,
which is never used (and doesn't exist in the python AST!).

this commit removes it for hygienic purposes.
@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7c74aa2) 83.82% compared to head (082217a) 83.95%.
Report is 1 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3689      +/-   ##
==========================================
+ Coverage   83.82%   83.95%   +0.12%     
==========================================
  Files          91       91              
  Lines       12778    12769       -9     
  Branches     2861     2867       +6     
==========================================
+ Hits        10711    10720       +9     
+ Misses       1643     1624      -19     
- Partials      424      425       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@pcaversaccio pcaversaccio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has been around since the inception :) (a9189eb). I guess a simple copy+paste error from the docs:
image LGTM!

@charles-cooper charles-cooper merged commit 0b1f3e1 into vyperlang:master Dec 13, 2023
84 checks passed
@charles-cooper charles-cooper deleted the fix/call_ast_slots branch December 13, 2023 23:16
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

Successfully merging this pull request may close these issues.

4 participants