-
Notifications
You must be signed in to change notification settings - Fork 375
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: support replacing module with another module #549
Conversation
4f4b82e
to
37b0ecf
Compare
67950e4
to
f72d529
Compare
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.
Looks great 💯
I've left a few questions, nothing major
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.
Looks great 💯
I've left a few questions, nothing major
8982ab6
to
4160b88
Compare
4160b88
to
3af3813
Compare
Sorry I needed to rebase and force push. Only the last 2 commits are new. The rest are same. |
Description
Currently, modules can only be replaced with a dir path. This PR adds support for replacing a module with another module.
e.g
How has this been tested?
Tests and manually
Related: #462