pallassgj / bpipe

Automatically exported from code.google.com/p/bpipe
0 stars 1 forks source link

Trailing Variable Assignment inside Produce Causes Incorrect Inputs Passed to next Stage #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Pipeline stage like this:

foo = {
    produce("bar.txt") {
      exec "....."
      x="test"
    }
}

The output should be considered to be "bar.txt" and this should be passed to 
next stage, but instead, the output is interpreted as "test".

Original issue reported on code.google.com by ssade...@gmail.com on 3 Jun 2012 at 6:39

GoogleCodeExporter commented 9 years ago
0.9.5

Original comment by ssade...@gmail.com on 5 Jul 2012 at 10:53