-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
add add --weak/extra Foo
to add to [weakdeps] or [extras]
#3708
Conversation
2541a90
to
5945c3b
Compare
6ce1fb3
to
e802cfe
Compare
Is there even a need to resolve or do anything when adding a weak dependency? |
58ff7aa
to
d7cc878
Compare
Yeah. Makes sense to skip a bunch of that. But I'm realizing this probably means
(not sure why it's showing twice here..) |
ba1a370
to
7d7cbfe
Compare
add --weak Foo
to add to weakdepsadd --weak/extra Foo
to add to [weakdeps] or [extras]
I've generalized this so it can be used for
|
Revert "fix project hash handling" This reverts commit 33ebbce. better fix
33ebbce
to
b067066
Compare
* add `add --weak/extra` * fix project hash handling Revert "fix project hash handling" This reverts commit 33ebbce. better fix * fixes
rm Foo
whenFoo
is weak