jcbeaudoin / MKCL

ManKai Common Lisp
Other
33 stars 8 forks source link

rotatef without arguments #36

Closed davidmullen closed 6 months ago

davidmullen commented 6 months ago
> (rotatef)

Debugger called in: #<thread "Initial" active (6204) 0x7f18fcfba740 7f18fa56f000>.

#<a TYPE-ERROR 139744646725472>:
    0 is not of type SEQUENCE.

Should just return nil.

jcbeaudoin commented 6 months ago

Should be fixed now with the merging of your PR. Nice catch BTW.