Open greelgorke opened 10 years ago
also i would like to name all the functions, so the stack traces become readable.
@greelgorke yep, that's a good idea +1
about the naming. since highland is facing the browser-land we have to consider jscript and other fellows
we could however implement it so it will work in all browsers, but that means basically to refactor most function expressions to statements. there are many of them
We currently don't wrap iterator (eg, map, filter...) calls with try/catch in order to pass those sync errors down the pipeline but we probably should!
I need this feature, so I can take a shot if no one else is working on it. @greelgorke?
@vqvu i'm currently justworking on funktion names and checking for highland streams in higher-order streams. nothing with try/catch
this discussion is a fork from #79 .
@caolan said
@greelgorke said:
@caolan also said: