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
++cue
Calling ++cue with a cell sample causes the runtime to crash non-recoverably:
(slum cue *^)
This is due to the fact that u3s_cue_atom is called without checking if its argument is an atom.
u3s_cue_atom
The text was updated successfully, but these errors were encountered:
Good catch.
Sorry, something went wrong.
Another similar bug:
(slum max 0 0 0) (slum min 0 0 0)
Successfully merging a pull request may close this issue.
Calling
++cue
with a cell sample causes the runtime to crash non-recoverably:This is due to the fact that
u3s_cue_atom
is called without checking if its argument is an atom.The text was updated successfully, but these errors were encountered: