Wes McNamee
Wes McNamee
Has any further progress been made along these lines?
`Make` I think does this correctly. Each variable defines it's own behavior. ``` # https://www.gnu.org/software/make/manual/html_node/Immediate-Assignment.html FOO = bar # https://www.gnu.org/software/make/manual/html_node/Conditional-Assignment.html FOO ?= bar # https://www.gnu.org/software/make/manual/html_node/Simple-Assignment.html FOO := bar # https://www.gnu.org/software/make/manual/html_node/Recursive-Assignment.html...
A better option would be use of stderr for operator only messaging, and stdout for machine messaging
> @ghostsquad as far as I can tell we [already log to stderr](https://github.com/go-task/task/blob/master/task.go#L180) in this case. I guess I could have solved my particular issue by just directing stderr away....
I fell off the bandwagon here. I can resolve conflicts here if you, @samber, still believe this is a worthy contribution. Let me know.
@samber is this a candidate for review if I would to resolve the conflicts?
hey, sorry, went radio silent for awhile. @samber, are you still interested in this feature? I can pick this back up if so.
I've rebased my fork. Any chance this can be reviewed and merged soon?
@comfyanonymous is there anything that's blocking this from being merged?
@comfyanonymous I've just rebased this. Any chance this can be reviewed? Is this type of change OK? Just trying to get some feedback. Thanks for your time!