funcool

mccraigmccraig 2023-01-16T13:11:47.090849Z

anyone seen issues with letting errors propagate out of pr/loop only on cljs ? i've got some promesa-based code i'm porting from clj to cljs, and i've come across several cases where the code seems to work semantically correctly on cljs, but causes a crash (at least on node) because of an uncaught rejected promise... catching all errors inside the loop seems to fix the problem

mccraigmccraig 2023-01-16T13:15:48.017659Z

i'll try and get a minimal test-case together

niwinz 2023-01-23T09:26:37.337649Z

yep, will be helpful to find if there are some bug on clj impl