@NeedsPath and platform dependency resolution #153
markehammons
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
-
From #122
I am open to this, but I'd like to have a specific annotation for both of these behaviors rather than special string syntax. I think it makes things easier to read and understand.
Personally, I see the platform dependency resolution being the default that most people use. It allows for simple dependency declaration that works on multiple different hosts and platforms. Considering that, maybe we change
@NeedsFile
to have this behavior, and create@NeedsSpecificFile
for when you want to use a specific file, regardless of platform.Beta Was this translation helpful? Give feedback.
All reactions