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: issues causing dev messages from working on vyper 0.3.9 [APE-1320] #1625

Merged
merged 9 commits into from
Aug 25, 2023

Conversation

antazoey
Copy link
Member

What I did

fixes: #

How I did it

How to verify it

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@vany365 vany365 changed the title fix: issues causing dev messages from working on vyper 0.3.9 fix: issues causing dev messages from working on vyper 0.3.9 [APE-1320] Aug 24, 2023


@geth_process_test
def test_dev_revert(owner, reverts_contract_instance, geth_provider):
Copy link
Member Author

Choose a reason for hiding this comment

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

i had to move the dev messages check to ape-vyper since they now utilize the actual CompilerAPI methods for tracing a source; it makes sense they live there anyway, as they will differ from compiler to compiler a lot and this feature doesn't come with Core out of the box. That being said, it'd be nice to have a really simple source tracers for interfaces that treats each call as a single statement (just an idea)

Copy link
Member

Choose a reason for hiding this comment

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

Hmm. Yeah I like that idea

@antazoey antazoey enabled auto-merge (squash) August 25, 2023 20:22
@antazoey antazoey merged commit e48fece into ApeWorX:main Aug 25, 2023
15 checks passed
@antazoey antazoey deleted the fix/user-dev-assert branch August 25, 2023 22:29
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