diff options
author | Arun Isaac | 2021-06-01 14:11:55 +0530 |
---|---|---|
committer | Arun Isaac | 2021-06-01 14:11:55 +0530 |
commit | 35bcaaa67efbe9b60e69b0f7c17acc186c74e7c3 (patch) | |
tree | e5cdf85f38f2165e33285cffca828451e5009179 /COPYING | |
parent | 0d3e584d03131aae13aeaedfb2451d673b6d91f7 (diff) | |
download | ccwl-35bcaaa67efbe9b60e69b0f7c17acc186c74e7c3.tar.gz ccwl-35bcaaa67efbe9b60e69b0f7c17acc186c74e7c3.tar.lz ccwl-35bcaaa67efbe9b60e69b0f7c17acc186c74e7c3.zip |
In pipe, pass through input keys to all expressions.
Earlier, the input keys would only be passed to the first
expression. The second expression would only receive the output keys
from the first expression. Passing input keys through to all
expressions is a common use case, since expressions often need to
access global inputs. If the original behavior is desired, we can
always introduce a new construct, say `pipe-strict'.
* ccwl/ccwl.scm (workflow-steps): In pipe, pass through input keys to
all expressions.
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions