Is it possible to consider providing options to enable the use of installsAfter more function or constraint? #65
Closed
l.feng (msclock)
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, thanks for the great dev tools. And I noticed that installsAfter was introduced in order to reuse features, but only on that basis with feature execution sequence constraints that do not force users to install dependent features, this causes the downstream feature to implement some of the environment script commands that the upstream feature has already installed. For example, if you install the GIT command, which actually complements the Git feature constraint on installsAfter, if you implement the Git installation-related command in the downstream feature script, that's not necessary in my opinion, and if there is a specific version of Git installed on top, it is not necessary to run redundant Git installation commands downstream.
All reactions