You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This relates to version 11.0.678. It still used to work as expected with version 8.0.450 (though I haven't tried any in between versions). Only tested with ClojureScript so far.
The text was updated successfully, but these errors were encountered:
Returning a promise constructed with
p/do
from ap/catch
handler of anotherp/do
promise renders thep/catch
handler ineffective. Example:While returning a resolved promise works fine:
And so does returning a rejected promise from the top-level
p/do
instead of throwing an exception:This relates to version 11.0.678. It still used to work as expected with version 8.0.450 (though I haven't tried any in between versions). Only tested with ClojureScript so far.
The text was updated successfully, but these errors were encountered: