-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: allow multiple paths to .compile_files()
#35
base: master
Are you sure you want to change the base?
Conversation
I can attempt to add a test if this is agreeable. |
please fix tests + lint |
the flake8 error makes no sense, |
Tests failing because i pushed too much, oops. |
OK this one should be ready now |
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.
Think the test failure is from an unrelated downstream update
Co-authored-by: Charles Cooper <cooper.charles.m@gmail.com>
What I did
Allows passing in mutliple paths to
.compile_files()
. This allows us to pass in site-packages for using snekmate, otherwise I can't get it to work for some reason.How I did it
new
paths
kwarg to the wrapper and use that instead of-p
in the_compile()
method.How to verify it
can compile a contract with snekmate now
Checklist