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

flag types not properly imported via modules #3827

Closed
charles-cooper opened this issue Mar 2, 2024 · 1 comment
Closed

flag types not properly imported via modules #3827

charles-cooper opened this issue Mar 2, 2024 · 1 comment
Milestone

Comments

@charles-cooper
Copy link
Member

charles-cooper commented Mar 2, 2024

Version Information

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

What's your issue about?

import my_module

@external
def foo(x: my_module.SomeFlag):  # compilation failure
    pass

How can it be fixed?

Fill this in if you know how to fix it.

@charles-cooper
Copy link
Member Author

fixed in #3871

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

No branches or pull requests

1 participant