-
Notifications
You must be signed in to change notification settings - Fork 2
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
ignore locally installed packages when importing #22
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.
Hey, thanks for the additional contribution!
A bunch of small things to address, but the core of it is good.
Corresponding integration tests should be added as well. The tests/import.rs
module includes already includes a few of them. You should therefore be able to relatively easily write the various combinations needed.
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.
Thanks for the quick and quality iteration! A few minor things left and we should be good!
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.
Thanks a bunch!
This PR resolves #21
Currently, I kept the source origin as a String since I wasn't able to find a list of all possible variants and I didn't want to create an enum with path, registry, and other
I also have overwritten the shorthand for
--with-local
since 'w' feels a bit off