-
-
Notifications
You must be signed in to change notification settings - Fork 9
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(0.4): issue when using dependencies that are not installed in site-packages #132
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Difference between this and snekmate_from_pypi?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just wanted to show it will still work even when not in the config. The difference is you don't get some of Ape's features with dependencies, but ape-vyper will still work at compiling.
What I did
users were unable to use dependencies that were not installed in site-packages (such as using the new pypi: key)
also fixes other annoying issues like a confusing log stmt and over-logging stuff during the compile attempt
ngl, this is a major refactor but vyper 0.4 / snekmate work a lot better now
How I did it
How to verify it
Checklist