You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a bad idea to fetch dependencies as part of your build process.
This makes it harder to package properly because:
* It is not obvious what you really depend on, so packagers can miss
deps.
* Some build environments do not have network access
* It becomes more difficult to upgrade the dependency
For Pin in particular it makes sense to have a fetch mechanism since it
is not installable, but putting it in the Makefile hides this from the
user.
0 commit comments