-
-
Notifications
You must be signed in to change notification settings - Fork 828
Late interpolation #2828
Copy link
Copy link
Open
Labels
state: needs triageWaiting to be triaged by a maintainer.Waiting to be triaged by a maintainer.
Metadata
Metadata
Assignees
Labels
state: needs triageWaiting to be triaged by a maintainer.Waiting to be triaged by a maintainer.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
When using a variable with another inside, I would expect it to be interpolated at use time.
I don't know if I'm doing something wrong
I would expect it to output
aabnotab(even withA: '{{ default "a" .A }}') is it not workingThe whole problem arises from me setting a BUILD_DIR as a var and calculate that based on other variables.. Now if I include this taskfile and change some of the variables that are used in the BUILD_DIR, then these are updated, but BUILD_DIR stays default
Version
3.50.0
Operating system
Win 11 / Linux
Experiments Enabled
No response
Example Taskfile