Fork me on GitHub
#yada
<
2016-06-03
>
stijn07:06:34

@mccraigmccraig: I see, but that means catching each error in an operation on a stream. Or have you implemented alternative versions of s/map s/filter s/transform?

stijn07:06:13

Streams feels a bit like pre-transducer core.async. It didn't have any error handlers either

stijn07:06:30

the errors on deferreds is one of the most appealing features of manifold. It works so much nicer then core.async error handlers. But with streams, it feels like something's lacking on the error-handling front

mccraigmccraig07:06:40

@stijn in my case error processing is just part of my processing pipeline... a Streams based short-circuit for errors would be pretty nice though

stijn07:06:14

I'll think about it some more and file an issue to ask the question to Zach

mark.melling09:06:42

@malcolmsparks: Hi Malcolm, have you had a chance to look at the file upload problem I mentioned a few days ago?