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

add support for vyper 0.4.1 #377

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

charles-cooper
Copy link
Member

@charles-cooper charles-cooper commented Jan 27, 2025

What I did

How I did it

How to verify it

Description for the changelog

Cute Animal Picture

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

- update calls to analyze_module since import resolution is now a
  separate step (vyper PR 4229)
- add no_vvm= kwarg to loads and loads_partial (to avoid using vvm)
- fn_ast.args.node_source_code no longer works after ASTTokens
  refactor (vyper PR 4364), so something had to be handrolled
- some equality-based unit tests no longer work (probably after removing
  recursive `VyperNode.__eq__()` implementation, vyper PR 4433)
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.

1 participant