vere
vere copied to clipboard
`++cue` jet crashes the runtime when the sample is a cell
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.
Good catch.
Another similar bug:
(slum max 0 0 0)
(slum min 0 0 0)
Resolved with #836 merged to 409