`^:sci/error` hint only works for try forms with a single `catch` clause · Issue #931 · babashka/sci · GitHub
More Web Proxy on the site http://driver.im/
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
version
babashka versions v1.3.191 and 1.4.192
not sure internally what version of sci
platform
all
problem
We talked about it on slack .
@borkdude mentioned this is a design choice.
It's surprising that the first
catch
form is special only for single-block try forms, but the whole:sci/error
catch hint is special, so maybe not.It could be documented better if this is left as is.
I'm curious why a subclass of
Exception
can't be used here instead of this special mechanism?The text was updated successfully, but these errors were encountered: