Closed casey closed 1 month ago
For some reason this works:
a := '' target a *b=a: echo {{ b }}
But this doesn't:
It should be possible to use the value of the a parameter without having a in the outer scope.
a
Fixed in #2382, this was so close to working and so simple to fix, it even had a test which checked that it was an error. I hope past me didn't have a really good reason for not allowing this.
For some reason this works:
But this doesn't:
It should be possible to use the value of the
a
parameter without havinga
in the outer scope.