whenever icon indicating copy to clipboard operation
whenever copied to clipboard

Output destination can be dynamically determined from the task

Open osdakira opened this issue 2 years ago • 3 comments

I want different tasks to output to different logs. Different tasks should output to different logs. Currently, we have to write :output for each task, which is not DRY. Since :output can be written dynamically, we can change the output destination dynamically by passing tasks to it.

However, since lambda requires an argument, changing it will break the existing code. On the other hand, proc works without arguments, so we can use tasks as arguments only for proc to maintain backward compatibility.

osdakira avatar Feb 21 '23 01:02 osdakira

Hi @bragamat I have rebased the branch against your latest master branch. Please consider it if you like.

osdakira avatar Nov 16 '23 00:11 osdakira

Hi @bragamat I have rebased the branch against your latest master branch. Please consider it if you like.

hey @benlangfeld can you review it or merge it please ? 😄

bragamat avatar Mar 26 '24 15:03 bragamat

Just needs a changelog entry.

benlangfeld avatar Mar 26 '24 15:03 benlangfeld