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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

vyper support added #14

Closed
wants to merge 1 commit into from

Conversation

philippine-lime
Copy link

No description provided.

@ItsNickBarry
Copy link
Owner

I would prefer a solution that generates a vyper file containing the desired import. With this solution, what happens if you try to import a vyper file which itself imports a different vyper file? Presumably the import will fail because copying the file to a local directory will change the relative path.

@philippine-lime
Copy link
Author

not sure is that possible do imports for whole file like in solidity...

@ItsNickBarry
Copy link
Owner

Then we probably need to infer what components are contained in the referenced vyper files, and import those into the generated file. Reopen this PR or a new PR if you're able to come up with an implementation like that. I don't work with Vyper, so I can't do this myself at the moment.

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.

None yet

2 participants