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

chore: update vyper 0.4.0 branch #220

Merged
merged 10 commits into from
May 17, 2024

Conversation

DanielSchiavini
Copy link
Collaborator

What I did

Merged master, fixing tests

Cute Animal Picture

image

@DanielSchiavini
Copy link
Collaborator Author

@charles-cooper the remaining test should be green once this is merged (pull_request_target workflow is out-of-date)

@DanielSchiavini DanielSchiavini marked this pull request as ready for review May 13, 2024 09:18
self.builder.extend(
f"""
if not bool({test}):
VM.vyper_source_pos = {repr(self.ir_node.source_pos)}
VM.vyper_source_pos = {repr(source and getpos(source))}
Copy link
Member

Choose a reason for hiding this comment

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

can we create a small utility which wraps getpos() to do this? i'd also like to see a proper branch

if source is None:
    return None
return getpos(source)

boa/interpret.py Outdated Show resolved Hide resolved
Copy link
Member

@charles-cooper charles-cooper left a comment

Choose a reason for hiding this comment

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

lgtm. thanks!

@charles-cooper charles-cooper merged commit 625a884 into vyperlang:vyper-0.4.0 May 17, 2024
9 checks passed
@DanielSchiavini DanielSchiavini deleted the vyper-0.4.0 branch May 17, 2024 13:57
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