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[lang]: fix recursive interface imports #4303

Merged

Conversation

charles-cooper
Copy link
Member

fix a bug where imports inside of interfaces are not recursed into in the import resolution pass. this is a regression in 6843e79.

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-->

fix a bug where imports inside of interfaces are not recursed into in
the import resolution pass. this is a regression in
6843e79.
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.23%. Comparing base (6843e79) to head (7669129).
Report is 66 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4303      +/-   ##
==========================================
- Coverage   91.43%   90.23%   -1.20%     
==========================================
  Files         112      112              
  Lines       15916    15917       +1     
  Branches     2693     2693              
==========================================
- Hits        14552    14363     -189     
- Misses        930     1080     +150     
- Partials      434      474      +40     

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

@charles-cooper charles-cooper merged commit a70a024 into vyperlang:master Oct 14, 2024
156 of 157 checks passed
@charles-cooper charles-cooper deleted the fix/recursive-interface-imports branch October 14, 2024 18:23
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.

2 participants