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

metadata doesn't report internal functions from modules #4312

Open
AlbertoCentonze opened this issue Oct 17, 2024 · 0 comments
Open

metadata doesn't report internal functions from modules #4312

AlbertoCentonze opened this issue Oct 17, 2024 · 0 comments
Labels
bug - UX a bug related to UX release - must release blocker
Milestone

Comments

@AlbertoCentonze
Copy link
Contributor

Version Information

  • vyper Version (output of vyper --version): 0.4.0

What's your issue about?

If contract A.vy contains an internal function foo and contract B.vy contains an external function bar that is imported in A.vy and called internally:

vyper -f metadata B.vy

will not report the function foo from A.vy

@AlbertoCentonze AlbertoCentonze added the needs triage needs triage label Oct 17, 2024
@charles-cooper charles-cooper added bug - UX a bug related to UX release - must release blocker and removed needs triage needs triage labels Oct 17, 2024
@charles-cooper charles-cooper added this to the v0.4.1 milestone Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug - UX a bug related to UX release - must release blocker
Projects
None yet
Development

No branches or pull requests

2 participants