We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, if a context is neither, it will do something undefined, most likely fails, but could just do nothing. If it's neither, we should blow up in a manged way, relevant code here: https://github.com/metosin/sieppari/blob/develop/src/sieppari/core.cljc#L36-L43
This happens for example when someone returns a core.async channel, without having it registered as a valid AsyncContext.
core.async
The text was updated successfully, but these errors were encountered:
should be easy to fix, just change default protocol mappings to all map-like things and if -> cond.
Sorry, something went wrong.
Looks like this one has already been fixed by: 2fdfe73#diff-0f6d587492626373d113ac119d5a735853fe1fb9212914a941858e4051269b08
No branches or pull requests
Currently, if a context is neither, it will do something undefined, most likely fails, but could just do nothing. If it's neither, we should blow up in a manged way, relevant code here: https://github.com/metosin/sieppari/blob/develop/src/sieppari/core.cljc#L36-L43
This happens for example when someone returns a
core.async
channel, without having it registered as a valid AsyncContext.The text was updated successfully, but these errors were encountered: