Closed svenfuchs closed 12 years ago
The first examples has 2 pipelines (one to generate and another to concatenate). The second pipeline has N inputs to 1 output. (generation and concatenation all happen in the same pipeline). The issue may because by how we think caching/dirty tracking should work. @wycats: Does dirty tracking only happen at the pipeline level or does it work at the filter level as well? I'm asking because if you look at the two pipelines as a block box, in order to generate a correct output for the N -> 1 you'd have to recompile the pipeline each time any of the N files changed (as rakep doesn't have any idea what's actually happening inside the pipeline).
@twinturbo Is this still an issue?
@wagenet no it covered in the tests. You can close this one too.
@svenfuchs #117 fixes all this stuff. Have you had a change to test against current master?
not yet, sorry :/ heavily involved in other stuff these days
but i think @drogus has updated our rake-pipeline version and might have some feedback?
Assuming this is fixed by #117 then. If there are still issues, let us know.
I'm seeing stuff like this:
and
When downgrading to 3465e0e3e1 it seems to go away.